#f9baec
a pale, electric magenta / pink · warm · closest name: plum
RGB
249, 186, 236
HSL
312°, 84%, 85%
CMYK
0, 25, 5, 2
Luminance
0.6131
Every format
| HEX | #f9baec |
| RGB | rgb(249, 186, 236) |
| HSL | hsl(312, 84%, 85%) |
| CMYK | cmyk(0%, 25%, 5%, 2%) |
| LAB | lab(82.5 30.5 -16.0) |
| LCH | lch(82.5 34.4 332.4) |
| OKLCH | oklch(0.862 0.097 333.8) |
Copy-ready code
/* CSS */
color: #f9baec;
background-color: #f9baec;
/* Tailwind (arbitrary) */
class="text-[#f9baec] bg-[#f9baec]"
/* SCSS */
$brand: #f9baec;
/* SwiftUI */
Color(red: 0.976, green: 0.729, blue: 0.925)
/* Android */
Color.parseColor("#f9baec")Accessibility — WCAG contrast
Aa
#f9baec on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9baec on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green72.9%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow5.2%
Key (black)2.4%
Color previews
#f9baec text on a black background
contrast 13.26:1
Card sample
#f9baec text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9baec;
Background color
Panel with #f9baec background
background-color: #f9baec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9baec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 186, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 186, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9baec; background: linear-gradient(135deg, #f9baec, #F9BAC2);