#f9d4f5
a pale, electric magenta / pink · warm · closest name: lavender
RGB
249, 212, 245
HSL
307°, 76%, 90%
CMYK
0, 15, 2, 2
Luminance
0.7382
Every format
| HEX | #f9d4f5 |
| RGB | rgb(249, 212, 245) |
| HSL | hsl(307, 76%, 90%) |
| CMYK | cmyk(0%, 15%, 2%, 2%) |
| LAB | lab(88.8 18.4 -11.3) |
| LCH | lch(88.8 21.6 328.4) |
| OKLCH | oklch(0.911 0.059 329.6) |
Copy-ready code
/* CSS */
color: #f9d4f5;
background-color: #f9d4f5;
/* Tailwind (arbitrary) */
class="text-[#f9d4f5] bg-[#f9d4f5]"
/* SCSS */
$brand: #f9d4f5;
/* SwiftUI */
Color(red: 0.976, green: 0.831, blue: 0.961)
/* Android */
Color.parseColor("#f9d4f5")Accessibility — WCAG contrast
Aa
#f9d4f5 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9d4f5 on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green83.1%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow1.6%
Key (black)2.4%
Color previews
#f9d4f5 text on a black background
contrast 15.76:1
Card sample
#f9d4f5 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9d4f5;
Background color
Panel with #f9d4f5 background
background-color: #f9d4f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9d4f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 212, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 212, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9d4f5; background: linear-gradient(135deg, #f9d4f5, #F9D4DC);