#ebdbd2
a pale, soft orange · warm · closest name: beige
RGB
235, 219, 210
HSL
22°, 39%, 87%
CMYK
0, 7, 11, 8
Luminance
0.7298
Every format
| HEX | #ebdbd2 |
| RGB | rgb(235, 219, 210) |
| HSL | hsl(22, 39%, 87%) |
| CMYK | cmyk(0%, 7%, 11%, 8%) |
| LAB | lab(88.4 4.0 6.4) |
| LCH | lch(88.4 7.5 58.0) |
| OKLCH | oklch(0.902 0.021 51.5) |
Copy-ready code
/* CSS */
color: #ebdbd2;
background-color: #ebdbd2;
/* Tailwind (arbitrary) */
class="text-[#ebdbd2] bg-[#ebdbd2]"
/* SCSS */
$brand: #ebdbd2;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.824)
/* Android */
Color.parseColor("#ebdbd2")Accessibility — WCAG contrast
Aa
#ebdbd2 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdbd2 on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow10.6%
Key (black)7.8%
Color previews
#ebdbd2 text on a black background
contrast 15.60:1
Card sample
#ebdbd2 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdbd2;
Background color
Panel with #ebdbd2 background
background-color: #ebdbd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdbd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdbd2; background: linear-gradient(135deg, #ebdbd2, #EAEBD2);