#ebdfb5
a light, vivid yellow · cool · closest name: beige
RGB
235, 223, 181
HSL
47°, 57%, 82%
CMYK
0, 5, 23, 8
Luminance
0.7377
Every format
| HEX | #ebdfb5 |
| RGB | rgb(235, 223, 181) |
| HSL | hsl(47, 57%, 82%) |
| CMYK | cmyk(0%, 5%, 23%, 8%) |
| LAB | lab(88.8 -2.4 22.1) |
| LCH | lch(88.8 22.2 96.3) |
| OKLCH | oklch(0.903 0.057 94.0) |
Copy-ready code
/* CSS */
color: #ebdfb5;
background-color: #ebdfb5;
/* Tailwind (arbitrary) */
class="text-[#ebdfb5] bg-[#ebdfb5]"
/* SCSS */
$brand: #ebdfb5;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.710)
/* Android */
Color.parseColor("#ebdfb5")Accessibility — WCAG contrast
Aa
#ebdfb5 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdfb5 on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow23.0%
Key (black)7.8%
Color previews
#ebdfb5 text on a black background
contrast 15.75:1
Card sample
#ebdfb5 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdfb5;
Background color
Panel with #ebdfb5 background
background-color: #ebdfb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdfb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdfb5; background: linear-gradient(135deg, #ebdfb5, #D3EBB5);