#e5dfb0
a light, vivid yellow · cool · closest name: beige
RGB
229, 223, 176
HSL
53°, 51%, 79%
CMYK
0, 3, 23, 10
Luminance
0.7257
Every format
| HEX | #e5dfb0 |
| RGB | rgb(229, 223, 176) |
| HSL | hsl(53, 51%, 79%) |
| CMYK | cmyk(0%, 3%, 23%, 10%) |
| LAB | lab(88.2 -5.4 23.8) |
| LCH | lch(88.2 24.4 102.7) |
| OKLCH | oklch(0.897 0.062 101.5) |
Copy-ready code
/* CSS */
color: #e5dfb0;
background-color: #e5dfb0;
/* Tailwind (arbitrary) */
class="text-[#e5dfb0] bg-[#e5dfb0]"
/* SCSS */
$brand: #e5dfb0;
/* SwiftUI */
Color(red: 0.898, green: 0.875, blue: 0.690)
/* Android */
Color.parseColor("#e5dfb0")Accessibility — WCAG contrast
Aa
#e5dfb0 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5dfb0 on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green87.5%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow23.1%
Key (black)10.2%
Color previews
#e5dfb0 text on a black background
contrast 15.51:1
Card sample
#e5dfb0 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5dfb0;
Background color
Panel with #e5dfb0 background
background-color: #e5dfb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5dfb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 223, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 223, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5dfb0; background: linear-gradient(135deg, #e5dfb0, #C8E5B0);