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