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