#e8dfb2
a light, vivid yellow · cool · closest name: beige
RGB
232, 223, 178
HSL
50°, 54%, 80%
CMYK
0, 4, 23, 9
Luminance
0.7315
Every format
| HEX | #e8dfb2 |
| RGB | rgb(232, 223, 178) |
| HSL | hsl(50, 54%, 80%) |
| CMYK | cmyk(0%, 4%, 23%, 9%) |
| LAB | lab(88.5 -4.0 23.2) |
| LCH | lch(88.5 23.6 99.7) |
| OKLCH | oklch(0.900 0.060 98.0) |
Copy-ready code
/* CSS */
color: #e8dfb2;
background-color: #e8dfb2;
/* Tailwind (arbitrary) */
class="text-[#e8dfb2] bg-[#e8dfb2]"
/* SCSS */
$brand: #e8dfb2;
/* SwiftUI */
Color(red: 0.910, green: 0.875, blue: 0.698)
/* Android */
Color.parseColor("#e8dfb2")Accessibility — WCAG contrast
Aa
#e8dfb2 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8dfb2 on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green87.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow23.3%
Key (black)9.0%
Color previews
#e8dfb2 text on a black background
contrast 15.63:1
Card sample
#e8dfb2 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8dfb2;
Background color
Panel with #e8dfb2 background
background-color: #e8dfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8dfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 223, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 223, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8dfb2; background: linear-gradient(135deg, #e8dfb2, #CDE8B2);