#ebdfb8
a light, vivid yellow · cool · closest name: beige
RGB
235, 223, 184
HSL
46°, 56%, 82%
CMYK
0, 5, 22, 8
Luminance
0.7390
Every format
| HEX | #ebdfb8 |
| RGB | rgb(235, 223, 184) |
| HSL | hsl(46, 56%, 82%) |
| CMYK | cmyk(0%, 5%, 22%, 8%) |
| LAB | lab(88.9 -2.0 20.6) |
| LCH | lch(88.9 20.7 95.6) |
| OKLCH | oklch(0.903 0.053 92.9) |
Copy-ready code
/* CSS */
color: #ebdfb8;
background-color: #ebdfb8;
/* Tailwind (arbitrary) */
class="text-[#ebdfb8] bg-[#ebdfb8]"
/* SCSS */
$brand: #ebdfb8;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.722)
/* Android */
Color.parseColor("#ebdfb8")Accessibility — WCAG contrast
Aa
#ebdfb8 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdfb8 on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow21.7%
Key (black)7.8%
Color previews
#ebdfb8 text on a black background
contrast 15.78:1
Card sample
#ebdfb8 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdfb8;
Background color
Panel with #ebdfb8 background
background-color: #ebdfb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdfb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdfb8; background: linear-gradient(135deg, #ebdfb8, #D5EBB8);