#f0dff4
a pale, vivid violet · warm · closest name: lavender
RGB
240, 223, 244
HSL
289°, 49%, 92%
CMYK
2, 9, 0, 4
Luminance
0.7783
Every format
| HEX | #f0dff4 |
| RGB | rgb(240, 223, 244) |
| HSL | hsl(289, 49%, 92%) |
| CMYK | cmyk(2%, 9%, 0%, 4%) |
| LAB | lab(90.7 9.5 -8.1) |
| LCH | lch(90.7 12.5 319.5) |
| OKLCH | oklch(0.923 0.033 319.8) |
Copy-ready code
/* CSS */
color: #f0dff4;
background-color: #f0dff4;
/* Tailwind (arbitrary) */
class="text-[#f0dff4] bg-[#f0dff4]"
/* SCSS */
$brand: #f0dff4;
/* SwiftUI */
Color(red: 0.941, green: 0.875, blue: 0.957)
/* Android */
Color.parseColor("#f0dff4")Accessibility — WCAG contrast
Aa
#f0dff4 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0dff4 on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green87.5%
Blue95.7%
CMYK percentages
Cyan1.6%
Magenta8.6%
Yellow0.0%
Key (black)4.3%
Color previews
#f0dff4 text on a black background
contrast 16.57:1
Card sample
#f0dff4 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0dff4;
Background color
Panel with #f0dff4 background
background-color: #f0dff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0dff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 223, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 223, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0dff4; background: linear-gradient(135deg, #f0dff4, #F4DFEA);