#f0dafc
a pale, electric violet · warm · closest name: lavender
RGB
240, 218, 252
HSL
279°, 85%, 92%
CMYK
5, 14, 0, 1
Luminance
0.7570
Every format
| HEX | #f0dafc |
| RGB | rgb(240, 218, 252) |
| HSL | hsl(279, 85%, 92%) |
| CMYK | cmyk(5%, 14%, 0%, 1%) |
| LAB | lab(89.7 13.6 -13.8) |
| LCH | lch(89.7 19.3 314.6) |
| OKLCH | oklch(0.916 0.051 313.8) |
Copy-ready code
/* CSS */
color: #f0dafc;
background-color: #f0dafc;
/* Tailwind (arbitrary) */
class="text-[#f0dafc] bg-[#f0dafc]"
/* SCSS */
$brand: #f0dafc;
/* SwiftUI */
Color(red: 0.941, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#f0dafc")Accessibility — WCAG contrast
Aa
#f0dafc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0dafc on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green85.5%
Blue98.8%
CMYK percentages
Cyan4.8%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#f0dafc text on a black background
contrast 16.14:1
Card sample
#f0dafc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0dafc;
Background color
Panel with #f0dafc background
background-color: #f0dafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0dafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0dafc; background: linear-gradient(135deg, #f0dafc, #FCDAF1);