#f4dffd
a pale, electric violet · warm · closest name: lavender
RGB
244, 223, 253
HSL
282°, 88%, 93%
CMYK
4, 12, 0, 1
Luminance
0.7910
Every format
| HEX | #f4dffd |
| RGB | rgb(244, 223, 253) |
| HSL | hsl(282, 88%, 93%) |
| CMYK | cmyk(4%, 12%, 0%, 1%) |
| LAB | lab(91.3 12.4 -11.9) |
| LCH | lch(91.3 17.2 316.2) |
| OKLCH | oklch(0.930 0.046 315.8) |
Copy-ready code
/* CSS */
color: #f4dffd;
background-color: #f4dffd;
/* Tailwind (arbitrary) */
class="text-[#f4dffd] bg-[#f4dffd]"
/* SCSS */
$brand: #f4dffd;
/* SwiftUI */
Color(red: 0.957, green: 0.875, blue: 0.992)
/* Android */
Color.parseColor("#f4dffd")Accessibility — WCAG contrast
Aa
#f4dffd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4dffd on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green87.5%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta11.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f4dffd text on a black background
contrast 16.82:1
Card sample
#f4dffd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4dffd;
Background color
Panel with #f4dffd background
background-color: #f4dffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4dffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 223, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 223, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4dffd; background: linear-gradient(135deg, #f4dffd, #FDDFF2);