#f0dbeb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
240, 219, 235
HSL
314°, 41%, 90%
CMYK
0, 9, 2, 6
Luminance
0.7519
Every format
| HEX | #f0dbeb |
| RGB | rgb(240, 219, 235) |
| HSL | hsl(314, 41%, 90%) |
| CMYK | cmyk(0%, 9%, 2%, 6%) |
| LAB | lab(89.5 9.9 -5.2) |
| LCH | lch(89.5 11.2 332.5) |
| OKLCH | oklch(0.913 0.031 334.0) |
Copy-ready code
/* CSS */
color: #f0dbeb;
background-color: #f0dbeb;
/* Tailwind (arbitrary) */
class="text-[#f0dbeb] bg-[#f0dbeb]"
/* SCSS */
$brand: #f0dbeb;
/* SwiftUI */
Color(red: 0.941, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#f0dbeb")Accessibility — WCAG contrast
Aa
#f0dbeb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0dbeb on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green85.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow2.1%
Key (black)5.9%
Color previews
#f0dbeb text on a black background
contrast 16.04:1
Card sample
#f0dbeb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0dbeb;
Background color
Panel with #f0dbeb background
background-color: #f0dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0dbeb; background: linear-gradient(135deg, #f0dbeb, #F0DBDD);