#f9bad9
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 186, 217
HSL
331°, 84%, 85%
CMYK
0, 25, 13, 2
Luminance
0.6027
Every format
| HEX | #f9bad9 |
| RGB | rgb(249, 186, 217) |
| HSL | hsl(331, 84%, 85%) |
| CMYK | cmyk(0%, 25%, 13%, 2%) |
| LAB | lab(82.0 27.4 -6.6) |
| LCH | lch(82.0 28.1 346.4) |
| OKLCH | oklch(0.855 0.082 347.9) |
Copy-ready code
/* CSS */
color: #f9bad9;
background-color: #f9bad9;
/* Tailwind (arbitrary) */
class="text-[#f9bad9] bg-[#f9bad9]"
/* SCSS */
$brand: #f9bad9;
/* SwiftUI */
Color(red: 0.976, green: 0.729, blue: 0.851)
/* Android */
Color.parseColor("#f9bad9")Accessibility — WCAG contrast
Aa
#f9bad9 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9bad9 on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green72.9%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow12.9%
Key (black)2.4%
Color previews
#f9bad9 text on a black background
contrast 13.05:1
Card sample
#f9bad9 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9bad9;
Background color
Panel with #f9bad9 background
background-color: #f9bad9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9bad9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 186, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 186, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9bad9; background: linear-gradient(135deg, #f9bad9, #F9C5BA);