#ff69b4
Hot Pink
ReadyTools Database (Exact)
Color formats
RGB
rgb(255, 105, 180)
Red, Green, Blue components
HSL
hsl(330, 1, 1, 1)
Hue, Saturation, Lightness
CMYK
cmyk(0, 59, 29, 0)
Print color encoding
Luminance
0.347
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#ff69b4
#69ffb4
Analogous (Adjacent)
#ff69ff
#ff69b4
#ff6969
Triadic
#ff69b4
#b4ff69
#69b4ff
Split complementary
#ff69b4
#69ff69
#69ffff
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
ff99c9
ff69b4
780042
000000
Marketing and vibrant
ff69b4
ff00c0
69ffb4
2fff4a
FFFFFF
Harmonious and natural
e669ff
ff69e6
ff69b4
ff6982
ff8269
Pop Art and trendy
ff69b4
ffff82
00ffa6
4a53e5
ffdab0
Complete conversion table
HEX
#FF69B4
RGB
rgb(255,105,180)
RGBA
rgba(255,105,180, 1)
HSL
hsl(330,100%,70.59%)
OKLCH (Modern CSS)
oklch(0.73 0.20 352.0)
CSS Variable
--color: #ff69b4;
CMYK
C: 0% M: 59% Y: 29% K: 0%
Note: Converting web (RGB) colors to print (CMYK) colors is never 100 percent accurate due to physical limitations. Always request a test print before production.
Android ARGB
0xFFFF69B4
Swift UIColor
UIColor(red: 1.00, green: 0.41, blue: 0.71, alpha: 1.0)
Decimal (int)
16738740
JSON
{ "color": "#FF69B4" }
CIE LAB
L: 65.5 a: 64.2 b: -10.6
CIE LCH
L: 65.5 C: 65.1 H: 350.6
CIE XYZ
N/A
Preview
Readability and Typography
Headline Test
This text demonstrates the reading experience on this background color.
Headline Test
This text demonstrates the reading experience on this background color.
UI Component Set
This is an example alert bar using the selected color.
Product Mockup
4582 •••• •••• 9018
CARDHOLDER
JOHN DOE
VALID
12/28
Mobile application
Customer support
Hi! How can we help you today?
I love this new color! 😍
Data visualization
Weekly growth
+1,240
12.5%1D
1W
1M
WED
2,450
Font recommendations
Professional font pairings that perfectly match the color. Click the CSS button to copy.
Playful
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Quicksand'
400 Regular
'Nunito'
Bold
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Anton'
400 Regular
'Roboto Condensed'
Warm and friendly
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Abril Fatface'
400 Regular
'Poppins'
Kid-friendly
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Balsamiq Sans'
400 Regular
'Comic Neue'
Accessibility
Contrast and readability (WCAG)
On white background
2.65
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
7.93
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
Color blindness simulator
ORIG
SIM
Protanopia (red)
ORIG
SIM
Deuteranopia (green)
ORIG
SIM
Tritanopia (blue)
ORIG
SIM
Monochrome (color blind)
Color Psychology
Emotional, psychological, and cultural impact of the color with scientifically grounded analysis.
Dominant vibe
Passion
"Pure adrenaline. It triggers an immediate physiological response, increasing heart rate and driving action. The visual embodiment of passion and urgency."
Color personality description
Emotional effects
Symbolic meanings
Recommended industries
Potential negative effects
Color laboratory
Fine tuning and blending. Adjust lightness, saturation, or mix with another color.
Base
#FF69B4
Result
#FF69B4
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#FF69B4
0%+
Mix color
#808080
100%Result
#C17A9A
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
44%
41%
15%
RYB PIGMENTS
Cadmium red
Pigment
44%
Titanium white
Pigment
41%
Ultramarine blue
Pigment
15%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
59%
MAGENTA
29%
P
CMYK INKS
Magenta
Ink
59%
Yellow
Ink
29%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
720 nm
417 THz • 1.72 eV
750nm
380nm
Color temperature
Warm
~2000-4000K
Cool
Warm
Luminance (brightness)
34.7%
Sötét / Dark
0%
50%
100%
Intelligent Library Matching
Compare your color with industry standards and design systems. Results show similar or exact matches from multiple color libraries.
Tailwind CSS
Original
Standard
pink-400
#f472b6
ΔE: 2.1
Google Material
Original
Standard
Pink A100
#FF80AB
ΔE: 6.2
CSS Color Name
Original
Standard
HotPink
#FF69B4
ΔE: 0.0
Apple System (iOS)
Original
Standard
System Pink
#FF2D55
ΔE: 19.4
Pantone (PMS)
Original
Standard
PMS 16-2126 azalea-pink
#E96A97
ΔE: 6.2
RAL Classic
Original
Standard
RAL 4003 Heather violet
#C4618C
ΔE: 11.6
Copic Marker
Original
Standard
Fuchsia
#e87cac
ΔE: 5.0
Code
CSS variable
1
2
3
4
5
:root {
--color-primary: #ff69b4;
--rgb-primary: 255, 105, 180;
}SCSS variable
1
2
3
4
5
$color-primary: #ff69b4;
$rgb-primary: (255, 105, 180);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#ff69b4',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#ff69b4',
},
text: {
color: '#ff69b4',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let primaryColor = Color(
red: 1,
green: 0.4117647058823529,
blue: 0.7058823529411765
)Full JSON data
1
2
3
4
5
{
"name": "Hot Pink",
"hex": "#ff69b4",
"rgb": {
"r": 255,
"g": 105,
"b": 180
},
"hsl": {
"h": 330,
"s": 100,
"l": 71
}
}Gradient gallery
Generate premium CSS backgrounds and textures from your color.
Sunset
Deep sea
Dynamic contrast
Night duotone
Icy duotone
Soft mist
Aurora borealis
Neon mesh
Color wheel
Radar
Spotlight
Grainy paper
Retro stripes