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