#f9dfeb
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
249, 223, 235
HSL
332°, 68%, 93%
CMYK
0, 10, 6, 2
Luminance
0.7891
Every format
| HEX | #f9dfeb |
| RGB | rgb(249, 223, 235) |
| HSL | hsl(332, 68%, 93%) |
| CMYK | cmyk(0%, 10%, 6%, 2%) |
| LAB | lab(91.2 10.9 -2.6) |
| LCH | lch(91.2 11.2 346.7) |
| OKLCH | oklch(0.928 0.033 348.1) |
Copy-ready code
/* CSS */
color: #f9dfeb;
background-color: #f9dfeb;
/* Tailwind (arbitrary) */
class="text-[#f9dfeb] bg-[#f9dfeb]"
/* SCSS */
$brand: #f9dfeb;
/* SwiftUI */
Color(red: 0.976, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#f9dfeb")Accessibility — WCAG contrast
Aa
#f9dfeb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dfeb on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green87.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow5.6%
Key (black)2.4%
Color previews
#f9dfeb text on a black background
contrast 16.78:1
Card sample
#f9dfeb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dfeb;
Background color
Panel with #f9dfeb background
background-color: #f9dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dfeb; background: linear-gradient(135deg, #f9dfeb, #F9E4DF);