#f0def8
a pale, vivid violet · warm · closest name: lavender
RGB
240, 222, 248
HSL
282°, 65%, 92%
CMYK
3, 11, 0, 3
Luminance
0.7755
Every format
| HEX | #f0def8 |
| RGB | rgb(240, 222, 248) |
| HSL | hsl(282, 65%, 92%) |
| CMYK | cmyk(3%, 11%, 0%, 3%) |
| LAB | lab(90.6 10.7 -10.4) |
| LCH | lch(90.6 14.9 315.9) |
| OKLCH | oklch(0.923 0.040 315.6) |
Copy-ready code
/* CSS */
color: #f0def8;
background-color: #f0def8;
/* Tailwind (arbitrary) */
class="text-[#f0def8] bg-[#f0def8]"
/* SCSS */
$brand: #f0def8;
/* SwiftUI */
Color(red: 0.941, green: 0.871, blue: 0.973)
/* Android */
Color.parseColor("#f0def8")Accessibility — WCAG contrast
Aa
#f0def8 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0def8 on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green87.1%
Blue97.3%
CMYK percentages
Cyan3.2%
Magenta10.5%
Yellow0.0%
Key (black)2.7%
Color previews
#f0def8 text on a black background
contrast 16.51:1
Card sample
#f0def8 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0def8;
Background color
Panel with #f0def8 background
background-color: #f0def8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0def8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 222, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 222, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0def8; background: linear-gradient(135deg, #f0def8, #F8DEEF);