#f4dfff
a pale, electric violet · warm · closest name: lavender
RGB
244, 223, 255
HSL
279°, 100%, 94%
CMYK
4, 13, 0, 0
Luminance
0.7923
Every format
| HEX | #f4dfff |
| RGB | rgb(244, 223, 255) |
| HSL | hsl(279, 100%, 94%) |
| CMYK | cmyk(4%, 13%, 0%, 0%) |
| LAB | lab(91.3 12.8 -12.9) |
| LCH | lch(91.3 18.2 314.9) |
| OKLCH | oklch(0.930 0.048 314.2) |
Copy-ready code
/* CSS */
color: #f4dfff;
background-color: #f4dfff;
/* Tailwind (arbitrary) */
class="text-[#f4dfff] bg-[#f4dfff]"
/* SCSS */
$brand: #f4dfff;
/* SwiftUI */
Color(red: 0.957, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#f4dfff")Accessibility — WCAG contrast
Aa
#f4dfff on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4dfff on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green87.5%
Blue100.0%
CMYK percentages
Cyan4.3%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#f4dfff text on a black background
contrast 16.85:1
Card sample
#f4dfff text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4dfff;
Background color
Panel with #f4dfff background
background-color: #f4dfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4dfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4dfff; background: linear-gradient(135deg, #f4dfff, #FFDFF5);