#f5dfee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
245, 223, 238
HSL
319°, 52%, 92%
CMYK
0, 9, 3, 4
Luminance
0.7836
Every format
| HEX | #f5dfee |
| RGB | rgb(245, 223, 238) |
| HSL | hsl(319, 52%, 92%) |
| CMYK | cmyk(0%, 9%, 3%, 4%) |
| LAB | lab(90.9 10.1 -4.6) |
| LCH | lch(90.9 11.1 335.7) |
| OKLCH | oklch(0.926 0.031 337.3) |
Copy-ready code
/* CSS */
color: #f5dfee;
background-color: #f5dfee;
/* Tailwind (arbitrary) */
class="text-[#f5dfee] bg-[#f5dfee]"
/* SCSS */
$brand: #f5dfee;
/* SwiftUI */
Color(red: 0.961, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#f5dfee")Accessibility — WCAG contrast
Aa
#f5dfee on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dfee on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green87.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow2.9%
Key (black)3.9%
Color previews
#f5dfee text on a black background
contrast 16.67:1
Card sample
#f5dfee text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dfee;
Background color
Panel with #f5dfee background
background-color: #f5dfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dfee; background: linear-gradient(135deg, #f5dfee, #F5DFDF);