#f9dfe3
a pale, vivid red · warm · closest name: lavender
RGB
249, 223, 227
HSL
351°, 68%, 93%
CMYK
0, 10, 9, 2
Luminance
0.7846
Every format
| HEX | #f9dfe3 |
| RGB | rgb(249, 223, 227) |
| HSL | hsl(351, 68%, 93%) |
| CMYK | cmyk(0%, 10%, 9%, 2%) |
| LAB | lab(91.0 9.6 1.3) |
| LCH | lch(91.0 9.7 7.8) |
| OKLCH | oklch(0.926 0.029 7.1) |
Copy-ready code
/* CSS */
color: #f9dfe3;
background-color: #f9dfe3;
/* Tailwind (arbitrary) */
class="text-[#f9dfe3] bg-[#f9dfe3]"
/* SCSS */
$brand: #f9dfe3;
/* SwiftUI */
Color(red: 0.976, green: 0.875, blue: 0.890)
/* Android */
Color.parseColor("#f9dfe3")Accessibility — WCAG contrast
Aa
#f9dfe3 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dfe3 on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green87.5%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow8.8%
Key (black)2.4%
Color previews
#f9dfe3 text on a black background
contrast 16.69:1
Card sample
#f9dfe3 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dfe3;
Background color
Panel with #f9dfe3 background
background-color: #f9dfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 223, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 223, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dfe3; background: linear-gradient(135deg, #f9dfe3, #F9ECDF);