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