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