#ebdfb0
a light, vivid yellow · cool · closest name: beige
RGB
235, 223, 176
HSL
48°, 60%, 81%
CMYK
0, 5, 25, 8
Luminance
0.7357
Every format
| HEX | #ebdfb0 |
| RGB | rgb(235, 223, 176) |
| HSL | hsl(48, 60%, 81%) |
| CMYK | cmyk(0%, 5%, 25%, 8%) |
| LAB | lab(88.7 -3.1 24.6) |
| LCH | lch(88.7 24.8 97.3) |
| OKLCH | oklch(0.902 0.063 95.4) |
Copy-ready code
/* CSS */
color: #ebdfb0;
background-color: #ebdfb0;
/* Tailwind (arbitrary) */
class="text-[#ebdfb0] bg-[#ebdfb0]"
/* SCSS */
$brand: #ebdfb0;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.690)
/* Android */
Color.parseColor("#ebdfb0")Accessibility — WCAG contrast
Aa
#ebdfb0 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdfb0 on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow25.1%
Key (black)7.8%
Color previews
#ebdfb0 text on a black background
contrast 15.71:1
Card sample
#ebdfb0 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdfb0;
Background color
Panel with #ebdfb0 background
background-color: #ebdfb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdfb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdfb0; background: linear-gradient(135deg, #ebdfb0, #D0EBB0);