#f0dafd
a pale, electric violet · warm · closest name: lavender
RGB
240, 218, 253
HSL
278°, 90%, 92%
CMYK
5, 14, 0, 1
Luminance
0.7576
Every format
| HEX | #f0dafd |
| RGB | rgb(240, 218, 253) |
| HSL | hsl(278, 90%, 92%) |
| CMYK | cmyk(5%, 14%, 0%, 1%) |
| LAB | lab(89.8 13.8 -14.3) |
| LCH | lch(89.8 19.8 314.0) |
| OKLCH | oklch(0.917 0.052 313.1) |
Copy-ready code
/* CSS */
color: #f0dafd;
background-color: #f0dafd;
/* Tailwind (arbitrary) */
class="text-[#f0dafd] bg-[#f0dafd]"
/* SCSS */
$brand: #f0dafd;
/* SwiftUI */
Color(red: 0.941, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#f0dafd")Accessibility — WCAG contrast
Aa
#f0dafd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0dafd on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green85.5%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f0dafd text on a black background
contrast 16.15:1
Card sample
#f0dafd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0dafd;
Background color
Panel with #f0dafd background
background-color: #f0dafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0dafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0dafd; background: linear-gradient(135deg, #f0dafd, #FDDAF3);