#f0dbfe
a pale, electric violet · warm · closest name: lavender
RGB
240, 219, 254
HSL
276°, 95%, 93%
CMYK
6, 14, 0, 0
Luminance
0.7634
Every format
| HEX | #f0dbfe |
| RGB | rgb(240, 219, 254) |
| HSL | hsl(276, 95%, 93%) |
| CMYK | cmyk(6%, 14%, 0%, 0%) |
| LAB | lab(90.0 13.4 -14.4) |
| LCH | lch(90.0 19.7 313.1) |
| OKLCH | oklch(0.919 0.052 311.9) |
Copy-ready code
/* CSS */
color: #f0dbfe;
background-color: #f0dbfe;
/* Tailwind (arbitrary) */
class="text-[#f0dbfe] bg-[#f0dbfe]"
/* SCSS */
$brand: #f0dbfe;
/* SwiftUI */
Color(red: 0.941, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#f0dbfe")Accessibility — WCAG contrast
Aa
#f0dbfe on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0dbfe on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green85.9%
Blue99.6%
CMYK percentages
Cyan5.5%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#f0dbfe text on a black background
contrast 16.27:1
Card sample
#f0dbfe text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0dbfe;
Background color
Panel with #f0dbfe background
background-color: #f0dbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0dbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0dbfe; background: linear-gradient(135deg, #f0dbfe, #FEDBF5);