#ebdccc
a pale, soft orange · warm · closest name: beige
RGB
235, 220, 204
HSL
31°, 44%, 86%
CMYK
0, 6, 13, 8
Luminance
0.7321
Every format
| HEX | #ebdccc |
| RGB | rgb(235, 220, 204) |
| HSL | hsl(31, 44%, 86%) |
| CMYK | cmyk(0%, 6%, 13%, 8%) |
| LAB | lab(88.5 2.5 9.7) |
| LCH | lch(88.5 10.0 75.5) |
| OKLCH | oklch(0.902 0.027 69.3) |
Copy-ready code
/* CSS */
color: #ebdccc;
background-color: #ebdccc;
/* Tailwind (arbitrary) */
class="text-[#ebdccc] bg-[#ebdccc]"
/* SCSS */
$brand: #ebdccc;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.800)
/* Android */
Color.parseColor("#ebdccc")Accessibility — WCAG contrast
Aa
#ebdccc on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdccc on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow13.2%
Key (black)7.8%
Color previews
#ebdccc text on a black background
contrast 15.64:1
Card sample
#ebdccc text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdccc;
Background color
Panel with #ebdccc background
background-color: #ebdccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdccc; background: linear-gradient(135deg, #ebdccc, #E5EBCC);