#fab9da
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 185, 218
HSL
330°, 87%, 85%
CMYK
0, 26, 13, 2
Luminance
0.6008
Every format
| HEX | #fab9da |
| RGB | rgb(250, 185, 218) |
| HSL | hsl(330, 87%, 85%) |
| CMYK | cmyk(0%, 26%, 13%, 2%) |
| LAB | lab(81.9 28.4 -7.3) |
| LCH | lch(81.9 29.3 345.6) |
| OKLCH | oklch(0.855 0.086 347.2) |
Copy-ready code
/* CSS */
color: #fab9da;
background-color: #fab9da;
/* Tailwind (arbitrary) */
class="text-[#fab9da] bg-[#fab9da]"
/* SCSS */
$brand: #fab9da;
/* SwiftUI */
Color(red: 0.980, green: 0.725, blue: 0.855)
/* Android */
Color.parseColor("#fab9da")Accessibility — WCAG contrast
Aa
#fab9da on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fab9da on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green72.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow12.8%
Key (black)2.0%
Color previews
#fab9da text on a black background
contrast 13.02:1
Card sample
#fab9da text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fab9da;
Background color
Panel with #fab9da background
background-color: #fab9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fab9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 185, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 185, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fab9da; background: linear-gradient(135deg, #fab9da, #FAC3B9);