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