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