#f2daf8
a pale, vivid violet · warm · closest name: lavender
RGB
242, 218, 248
HSL
288°, 68%, 91%
CMYK
2, 12, 0, 3
Luminance
0.7580
Every format
| HEX | #f2daf8 |
| RGB | rgb(242, 218, 248) |
| HSL | hsl(288, 68%, 91%) |
| CMYK | cmyk(2%, 12%, 0%, 3%) |
| LAB | lab(89.8 13.5 -11.6) |
| LCH | lch(89.8 17.8 319.4) |
| OKLCH | oklch(0.917 0.048 319.5) |
Copy-ready code
/* CSS */
color: #f2daf8;
background-color: #f2daf8;
/* Tailwind (arbitrary) */
class="text-[#f2daf8] bg-[#f2daf8]"
/* SCSS */
$brand: #f2daf8;
/* SwiftUI */
Color(red: 0.949, green: 0.855, blue: 0.973)
/* Android */
Color.parseColor("#f2daf8")Accessibility — WCAG contrast
Aa
#f2daf8 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2daf8 on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green85.5%
Blue97.3%
CMYK percentages
Cyan2.4%
Magenta12.1%
Yellow0.0%
Key (black)2.7%
Color previews
#f2daf8 text on a black background
contrast 16.16:1
Card sample
#f2daf8 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2daf8;
Background color
Panel with #f2daf8 background
background-color: #f2daf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2daf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 218, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 218, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2daf8; background: linear-gradient(135deg, #f2daf8, #F8DAEA);