#f9bad0
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 186, 208
HSL
339°, 84%, 85%
CMYK
0, 25, 17, 2
Luminance
0.5981
Every format
| HEX | #f9bad0 |
| RGB | rgb(249, 186, 208) |
| HSL | hsl(339, 84%, 85%) |
| CMYK | cmyk(0%, 25%, 17%, 2%) |
| LAB | lab(81.7 25.9 -2.1) |
| LCH | lch(81.7 26.0 355.3) |
| OKLCH | oklch(0.853 0.078 356.1) |
Copy-ready code
/* CSS */
color: #f9bad0;
background-color: #f9bad0;
/* Tailwind (arbitrary) */
class="text-[#f9bad0] bg-[#f9bad0]"
/* SCSS */
$brand: #f9bad0;
/* SwiftUI */
Color(red: 0.976, green: 0.729, blue: 0.816)
/* Android */
Color.parseColor("#f9bad0")Accessibility — WCAG contrast
Aa
#f9bad0 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9bad0 on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green72.9%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow16.5%
Key (black)2.4%
Color previews
#f9bad0 text on a black background
contrast 12.96:1
Card sample
#f9bad0 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9bad0;
Background color
Panel with #f9bad0 background
background-color: #f9bad0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9bad0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 186, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 186, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9bad0; background: linear-gradient(135deg, #f9bad0, #F9CEBA);