#f9badc
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 186, 220
HSL
328°, 84%, 85%
CMYK
0, 25, 12, 2
Luminance
0.6042
Every format
| HEX | #f9badc |
| RGB | rgb(249, 186, 220) |
| HSL | hsl(328, 84%, 85%) |
| CMYK | cmyk(0%, 25%, 12%, 2%) |
| LAB | lab(82.1 27.8 -8.1) |
| LCH | lch(82.1 29.0 343.8) |
| OKLCH | oklch(0.856 0.084 345.4) |
Copy-ready code
/* CSS */
color: #f9badc;
background-color: #f9badc;
/* Tailwind (arbitrary) */
class="text-[#f9badc] bg-[#f9badc]"
/* SCSS */
$brand: #f9badc;
/* SwiftUI */
Color(red: 0.976, green: 0.729, blue: 0.863)
/* Android */
Color.parseColor("#f9badc")Accessibility — WCAG contrast
Aa
#f9badc on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9badc on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green72.9%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow11.6%
Key (black)2.4%
Color previews
#f9badc text on a black background
contrast 13.08:1
Card sample
#f9badc text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9badc;
Background color
Panel with #f9badc background
background-color: #f9badc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9badc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 186, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 186, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9badc; background: linear-gradient(135deg, #f9badc, #F9C2BA);