#fab3cf
a light, electric magenta / pink · warm · closest name: pink
RGB
250, 179, 207
HSL
336°, 88%, 84%
CMYK
0, 28, 17, 2
Luminance
0.5707
Every format
| HEX | #fab3cf |
| RGB | rgb(250, 179, 207) |
| HSL | hsl(336, 88%, 84%) |
| CMYK | cmyk(0%, 28%, 17%, 2%) |
| LAB | lab(80.2 29.8 -3.8) |
| LCH | lch(80.2 30.1 352.7) |
| OKLCH | oklch(0.841 0.089 353.8) |
Copy-ready code
/* CSS */
color: #fab3cf;
background-color: #fab3cf;
/* Tailwind (arbitrary) */
class="text-[#fab3cf] bg-[#fab3cf]"
/* SCSS */
$brand: #fab3cf;
/* SwiftUI */
Color(red: 0.980, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#fab3cf")Accessibility — WCAG contrast
Aa
#fab3cf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fab3cf on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green70.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta28.4%
Yellow17.2%
Key (black)2.0%
Color previews
#fab3cf text on a black background
contrast 12.41:1
Card sample
#fab3cf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fab3cf;
Background color
Panel with #fab3cf background
background-color: #fab3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fab3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fab3cf; background: linear-gradient(135deg, #fab3cf, #FAC6B3);