#ebdeb4
a light, vivid yellow · cool · closest name: beige
RGB
235, 222, 180
HSL
46°, 58%, 81%
CMYK
0, 6, 23, 8
Luminance
0.7320
Every format
| HEX | #ebdeb4 |
| RGB | rgb(235, 222, 180) |
| HSL | hsl(46, 58%, 81%) |
| CMYK | cmyk(0%, 6%, 23%, 8%) |
| LAB | lab(88.5 -2.1 22.3) |
| LCH | lch(88.5 22.4 95.3) |
| OKLCH | oklch(0.900 0.057 92.9) |
Copy-ready code
/* CSS */
color: #ebdeb4;
background-color: #ebdeb4;
/* Tailwind (arbitrary) */
class="text-[#ebdeb4] bg-[#ebdeb4]"
/* SCSS */
$brand: #ebdeb4;
/* SwiftUI */
Color(red: 0.922, green: 0.871, blue: 0.706)
/* Android */
Color.parseColor("#ebdeb4")Accessibility — WCAG contrast
Aa
#ebdeb4 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdeb4 on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.1%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow23.4%
Key (black)7.8%
Color previews
#ebdeb4 text on a black background
contrast 15.64:1
Card sample
#ebdeb4 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdeb4;
Background color
Panel with #ebdeb4 background
background-color: #ebdeb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdeb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 222, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 222, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdeb4; background: linear-gradient(135deg, #ebdeb4, #D3EBB4);