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