#f4dafc
a pale, electric violet · warm · closest name: lavender
RGB
244, 218, 252
HSL
286°, 85%, 92%
CMYK
3, 14, 0, 1
Luminance
0.7640
Every format
| HEX | #f4dafc |
| RGB | rgb(244, 218, 252) |
| HSL | hsl(286, 85%, 92%) |
| CMYK | cmyk(3%, 14%, 0%, 1%) |
| LAB | lab(90.0 14.9 -13.2) |
| LCH | lch(90.0 19.9 318.3) |
| OKLCH | oklch(0.920 0.053 318.2) |
Copy-ready code
/* CSS */
color: #f4dafc;
background-color: #f4dafc;
/* Tailwind (arbitrary) */
class="text-[#f4dafc] bg-[#f4dafc]"
/* SCSS */
$brand: #f4dafc;
/* SwiftUI */
Color(red: 0.957, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#f4dafc")Accessibility — WCAG contrast
Aa
#f4dafc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4dafc on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green85.5%
Blue98.8%
CMYK percentages
Cyan3.2%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#f4dafc text on a black background
contrast 16.28:1
Card sample
#f4dafc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4dafc;
Background color
Panel with #f4dafc background
background-color: #f4dafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4dafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4dafc; background: linear-gradient(135deg, #f4dafc, #FCDAED);