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