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