#f4daff
a pale, electric violet · warm · closest name: lavender
RGB
244, 218, 255
HSL
282°, 100%, 93%
CMYK
4, 15, 0, 0
Luminance
0.7660
Every format
| HEX | #f4daff |
| RGB | rgb(244, 218, 255) |
| HSL | hsl(282, 100%, 93%) |
| CMYK | cmyk(4%, 15%, 0%, 0%) |
| LAB | lab(90.1 15.4 -14.7) |
| LCH | lch(90.1 21.3 316.4) |
| OKLCH | oklch(0.921 0.057 315.9) |
Copy-ready code
/* CSS */
color: #f4daff;
background-color: #f4daff;
/* Tailwind (arbitrary) */
class="text-[#f4daff] bg-[#f4daff]"
/* SCSS */
$brand: #f4daff;
/* SwiftUI */
Color(red: 0.957, green: 0.855, blue: 1.000)
/* Android */
Color.parseColor("#f4daff")Accessibility — WCAG contrast
Aa
#f4daff on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4daff on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green85.5%
Blue100.0%
CMYK percentages
Cyan4.3%
Magenta14.5%
Yellow0.0%
Key (black)0.0%
Color previews
#f4daff text on a black background
contrast 16.32:1
Card sample
#f4daff text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4daff;
Background color
Panel with #f4daff background
background-color: #f4daff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4daff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 218, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 218, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4daff; background: linear-gradient(135deg, #f4daff, #FFDAF1);