#ebdcbe
a light, vivid yellow · warm · closest name: beige
RGB
235, 220, 190
HSL
40°, 53%, 83%
CMYK
0, 6, 19, 8
Luminance
0.7257
Every format
| HEX | #ebdcbe |
| RGB | rgb(235, 220, 190) |
| HSL | hsl(40, 53%, 83%) |
| CMYK | cmyk(0%, 6%, 19%, 8%) |
| LAB | lab(88.2 0.4 16.6) |
| LCH | lch(88.2 16.6 88.7) |
| OKLCH | oklch(0.899 0.043 84.6) |
Copy-ready code
/* CSS */
color: #ebdcbe;
background-color: #ebdcbe;
/* Tailwind (arbitrary) */
class="text-[#ebdcbe] bg-[#ebdcbe]"
/* SCSS */
$brand: #ebdcbe;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.745)
/* Android */
Color.parseColor("#ebdcbe")Accessibility — WCAG contrast
Aa
#ebdcbe on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdcbe on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow19.1%
Key (black)7.8%
Color previews
#ebdcbe text on a black background
contrast 15.51:1
Card sample
#ebdcbe text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdcbe;
Background color
Panel with #ebdcbe background
background-color: #ebdcbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdcbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdcbe; background: linear-gradient(135deg, #ebdcbe, #DCEBBE);