#f0dbf3
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
240, 219, 243
HSL
293°, 50%, 91%
CMYK
1, 10, 0, 5
Luminance
0.7566
Every format
| HEX | #f0dbf3 |
| RGB | rgb(240, 219, 243) |
| HSL | hsl(293, 50%, 91%) |
| CMYK | cmyk(1%, 10%, 0%, 5%) |
| LAB | lab(89.7 11.4 -9.1) |
| LCH | lch(89.7 14.6 321.5) |
| OKLCH | oklch(0.915 0.039 322.0) |
Copy-ready code
/* CSS */
color: #f0dbf3;
background-color: #f0dbf3;
/* Tailwind (arbitrary) */
class="text-[#f0dbf3] bg-[#f0dbf3]"
/* SCSS */
$brand: #f0dbf3;
/* SwiftUI */
Color(red: 0.941, green: 0.859, blue: 0.953)
/* Android */
Color.parseColor("#f0dbf3")Accessibility — WCAG contrast
Aa
#f0dbf3 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0dbf3 on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green85.9%
Blue95.3%
CMYK percentages
Cyan1.2%
Magenta9.9%
Yellow0.0%
Key (black)4.7%
Color previews
#f0dbf3 text on a black background
contrast 16.13:1
Card sample
#f0dbf3 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0dbf3;
Background color
Panel with #f0dbf3 background
background-color: #f0dbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0dbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 219, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 219, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0dbf3; background: linear-gradient(135deg, #f0dbf3, #F3DBE6);