#f9badf
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 186, 223
HSL
325°, 84%, 85%
CMYK
0, 25, 10, 2
Luminance
0.6059
Every format
| HEX | #f9badf |
| RGB | rgb(249, 186, 223) |
| HSL | hsl(325, 84%, 85%) |
| CMYK | cmyk(0%, 25%, 10%, 2%) |
| LAB | lab(82.2 28.3 -9.6) |
| LCH | lch(82.2 29.9 341.3) |
| OKLCH | oklch(0.857 0.086 343.0) |
Copy-ready code
/* CSS */
color: #f9badf;
background-color: #f9badf;
/* Tailwind (arbitrary) */
class="text-[#f9badf] bg-[#f9badf]"
/* SCSS */
$brand: #f9badf;
/* SwiftUI */
Color(red: 0.976, green: 0.729, blue: 0.875)
/* Android */
Color.parseColor("#f9badf")Accessibility — WCAG contrast
Aa
#f9badf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9badf on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green72.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow10.4%
Key (black)2.4%
Color previews
#f9badf text on a black background
contrast 13.12:1
Card sample
#f9badf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9badf;
Background color
Panel with #f9badf background
background-color: #f9badf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9badf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 186, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 186, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9badf; background: linear-gradient(135deg, #f9badf, #F9BFBA);