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