#f0dbdf
a pale, soft red · warm · closest name: lavender
RGB
240, 219, 223
HSL
349°, 41%, 90%
CMYK
0, 9, 7, 6
Luminance
0.7452
Every format
| HEX | #f0dbdf |
| RGB | rgb(240, 219, 223) |
| HSL | hsl(349, 41%, 90%) |
| CMYK | cmyk(0%, 9%, 7%, 6%) |
| LAB | lab(89.2 7.9 0.7) |
| LCH | lch(89.2 7.9 4.8) |
| OKLCH | oklch(0.910 0.024 4.5) |
Copy-ready code
/* CSS */
color: #f0dbdf;
background-color: #f0dbdf;
/* Tailwind (arbitrary) */
class="text-[#f0dbdf] bg-[#f0dbdf]"
/* SCSS */
$brand: #f0dbdf;
/* SwiftUI */
Color(red: 0.941, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#f0dbdf")Accessibility — WCAG contrast
Aa
#f0dbdf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0dbdf on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green85.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow7.1%
Key (black)5.9%
Color previews
#f0dbdf text on a black background
contrast 15.90:1
Card sample
#f0dbdf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0dbdf;
Background color
Panel with #f0dbdf background
background-color: #f0dbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0dbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0dbdf; background: linear-gradient(135deg, #f0dbdf, #F0E5DB);