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