#e9dbdb
a pale, soft red · warm · closest name: lavender
RGB
233, 219, 219
HSL
0°, 24%, 89%
CMYK
0, 6, 6, 9
Luminance
0.7310
Every format
| HEX | #e9dbdb |
| RGB | rgb(233, 219, 219) |
| HSL | hsl(0, 24%, 89%) |
| CMYK | cmyk(0%, 6%, 6%, 9%) |
| LAB | lab(88.5 4.8 1.7) |
| LCH | lch(88.5 5.1 19.8) |
| OKLCH | oklch(0.903 0.015 17.4) |
Copy-ready code
/* CSS */
color: #e9dbdb;
background-color: #e9dbdb;
/* Tailwind (arbitrary) */
class="text-[#e9dbdb] bg-[#e9dbdb]"
/* SCSS */
$brand: #e9dbdb;
/* SwiftUI */
Color(red: 0.914, green: 0.859, blue: 0.859)
/* Android */
Color.parseColor("#e9dbdb")Accessibility — WCAG contrast
Aa
#e9dbdb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9dbdb on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green85.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow6.0%
Key (black)8.6%
Color previews
#e9dbdb text on a black background
contrast 15.62:1
Card sample
#e9dbdb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9dbdb;
Background color
Panel with #e9dbdb background
background-color: #e9dbdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9dbdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 219, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 219, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9dbdb; background: linear-gradient(135deg, #e9dbdb, #E9E4DB);