#f4ddfe
a pale, electric violet · warm · closest name: lavender
RGB
244, 221, 254
HSL
282°, 94%, 93%
CMYK
4, 13, 0, 0
Luminance
0.7810
Every format
| HEX | #f4ddfe |
| RGB | rgb(244, 221, 254) |
| HSL | hsl(282, 94%, 93%) |
| CMYK | cmyk(4%, 13%, 0%, 0%) |
| LAB | lab(90.8 13.7 -13.1) |
| LCH | lch(90.8 19.0 316.2) |
| OKLCH | oklch(0.926 0.050 315.7) |
Copy-ready code
/* CSS */
color: #f4ddfe;
background-color: #f4ddfe;
/* Tailwind (arbitrary) */
class="text-[#f4ddfe] bg-[#f4ddfe]"
/* SCSS */
$brand: #f4ddfe;
/* SwiftUI */
Color(red: 0.957, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#f4ddfe")Accessibility — WCAG contrast
Aa
#f4ddfe on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4ddfe on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green86.7%
Blue99.6%
CMYK percentages
Cyan3.9%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#f4ddfe text on a black background
contrast 16.62:1
Card sample
#f4ddfe text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4ddfe;
Background color
Panel with #f4ddfe background
background-color: #f4ddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4ddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4ddfe; background: linear-gradient(135deg, #f4ddfe, #FEDDF2);