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