#e7dbdb
a pale, soft red · warm · closest name: silver
RGB
231, 219, 219
HSL
0°, 20%, 88%
CMYK
0, 5, 5, 9
Luminance
0.7277
Every format
| HEX | #e7dbdb |
| RGB | rgb(231, 219, 219) |
| HSL | hsl(0, 20%, 88%) |
| CMYK | cmyk(0%, 5%, 5%, 9%) |
| LAB | lab(88.3 4.1 1.5) |
| LCH | lch(88.3 4.4 19.7) |
| OKLCH | oklch(0.901 0.013 17.4) |
Copy-ready code
/* CSS */
color: #e7dbdb;
background-color: #e7dbdb;
/* Tailwind (arbitrary) */
class="text-[#e7dbdb] bg-[#e7dbdb]"
/* SCSS */
$brand: #e7dbdb;
/* SwiftUI */
Color(red: 0.906, green: 0.859, blue: 0.859)
/* Android */
Color.parseColor("#e7dbdb")Accessibility — WCAG contrast
Aa
#e7dbdb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7dbdb on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green85.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow5.2%
Key (black)9.4%
Color previews
#e7dbdb text on a black background
contrast 15.55:1
Card sample
#e7dbdb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7dbdb;
Background color
Panel with #e7dbdb background
background-color: #e7dbdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7dbdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 219, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 219, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7dbdb; background: linear-gradient(135deg, #e7dbdb, #E7E3DB);