#f4dafe
a pale, electric violet · warm · closest name: lavender
RGB
244, 218, 254
HSL
283°, 95%, 93%
CMYK
4, 14, 0, 0
Luminance
0.7653
Every format
| HEX | #f4dafe |
| RGB | rgb(244, 218, 254) |
| HSL | hsl(283, 95%, 93%) |
| CMYK | cmyk(4%, 14%, 0%, 0%) |
| LAB | lab(90.1 15.3 -14.2) |
| LCH | lch(90.1 20.9 317.0) |
| OKLCH | oklch(0.920 0.056 316.6) |
Copy-ready code
/* CSS */
color: #f4dafe;
background-color: #f4dafe;
/* Tailwind (arbitrary) */
class="text-[#f4dafe] bg-[#f4dafe]"
/* SCSS */
$brand: #f4dafe;
/* SwiftUI */
Color(red: 0.957, green: 0.855, blue: 0.996)
/* Android */
Color.parseColor("#f4dafe")Accessibility — WCAG contrast
Aa
#f4dafe on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4dafe on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green85.5%
Blue99.6%
CMYK percentages
Cyan3.9%
Magenta14.2%
Yellow0.0%
Key (black)0.4%
Color previews
#f4dafe text on a black background
contrast 16.31:1
Card sample
#f4dafe text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4dafe;
Background color
Panel with #f4dafe background
background-color: #f4dafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4dafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 218, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 218, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4dafe; background: linear-gradient(135deg, #f4dafe, #FEDAF0);