#fab8c2
a pale, electric red · warm · closest name: pink
RGB
250, 184, 194
HSL
351°, 87%, 85%
CMYK
0, 26, 22, 2
Luminance
0.5850
Every format
| HEX | #fab8c2 |
| RGB | rgb(250, 184, 194) |
| HSL | hsl(351, 87%, 85%) |
| CMYK | cmyk(0%, 26%, 22%, 2%) |
| LAB | lab(81.0 25.3 4.4) |
| LCH | lch(81.0 25.6 9.8) |
| OKLCH | oklch(0.846 0.077 8.8) |
Copy-ready code
/* CSS */
color: #fab8c2;
background-color: #fab8c2;
/* Tailwind (arbitrary) */
class="text-[#fab8c2] bg-[#fab8c2]"
/* SCSS */
$brand: #fab8c2;
/* SwiftUI */
Color(red: 0.980, green: 0.722, blue: 0.761)
/* Android */
Color.parseColor("#fab8c2")Accessibility — WCAG contrast
Aa
#fab8c2 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fab8c2 on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green72.2%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow22.4%
Key (black)2.0%
Color previews
#fab8c2 text on a black background
contrast 12.70:1
Card sample
#fab8c2 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fab8c2;
Background color
Panel with #fab8c2 background
background-color: #fab8c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fab8c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 184, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 184, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fab8c2; background: linear-gradient(135deg, #fab8c2, #FADAB8);