#f9b8c2
a light, electric red · warm · closest name: pink
RGB
249, 184, 194
HSL
351°, 84%, 85%
CMYK
0, 26, 22, 2
Luminance
0.5832
Every format
| HEX | #f9b8c2 |
| RGB | rgb(249, 184, 194) |
| HSL | hsl(351, 84%, 85%) |
| CMYK | cmyk(0%, 26%, 22%, 2%) |
| LAB | lab(80.9 24.9 4.2) |
| LCH | lch(80.9 25.3 9.6) |
| OKLCH | oklch(0.845 0.076 8.6) |
Copy-ready code
/* CSS */
color: #f9b8c2;
background-color: #f9b8c2;
/* Tailwind (arbitrary) */
class="text-[#f9b8c2] bg-[#f9b8c2]"
/* SCSS */
$brand: #f9b8c2;
/* SwiftUI */
Color(red: 0.976, green: 0.722, blue: 0.761)
/* Android */
Color.parseColor("#f9b8c2")Accessibility — WCAG contrast
Aa
#f9b8c2 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9b8c2 on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green72.2%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow22.1%
Key (black)2.4%
Color previews
#f9b8c2 text on a black background
contrast 12.66:1
Card sample
#f9b8c2 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9b8c2;
Background color
Panel with #f9b8c2 background
background-color: #f9b8c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9b8c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 184, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 184, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9b8c2; background: linear-gradient(135deg, #f9b8c2, #F9D9B8);