#ebdbdb
a pale, soft red · warm · closest name: lavender
RGB
235, 219, 219
HSL
0°, 29%, 89%
CMYK
0, 7, 7, 8
Luminance
0.7344
Every format
| HEX | #ebdbdb |
| RGB | rgb(235, 219, 219) |
| HSL | hsl(0, 29%, 89%) |
| CMYK | cmyk(0%, 7%, 7%, 8%) |
| LAB | lab(88.7 5.5 2.0) |
| LCH | lch(88.7 5.8 19.9) |
| OKLCH | oklch(0.904 0.018 17.5) |
Copy-ready code
/* CSS */
color: #ebdbdb;
background-color: #ebdbdb;
/* Tailwind (arbitrary) */
class="text-[#ebdbdb] bg-[#ebdbdb]"
/* SCSS */
$brand: #ebdbdb;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.859)
/* Android */
Color.parseColor("#ebdbdb")Accessibility — WCAG contrast
Aa
#ebdbdb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdbdb on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow6.8%
Key (black)7.8%
Color previews
#ebdbdb text on a black background
contrast 15.69:1
Card sample
#ebdbdb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdbdb;
Background color
Panel with #ebdbdb background
background-color: #ebdbdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdbdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdbdb; background: linear-gradient(135deg, #ebdbdb, #EBE6DB);