#e7dfb2
a light, vivid yellow · cool · closest name: beige
RGB
231, 223, 178
HSL
51°, 53%, 80%
CMYK
0, 4, 23, 9
Luminance
0.7298
Every format
| HEX | #e7dfb2 |
| RGB | rgb(231, 223, 178) |
| HSL | hsl(51, 53%, 80%) |
| CMYK | cmyk(0%, 4%, 23%, 9%) |
| LAB | lab(88.4 -4.3 23.1) |
| LCH | lch(88.4 23.5 100.6) |
| OKLCH | oklch(0.899 0.059 99.1) |
Copy-ready code
/* CSS */
color: #e7dfb2;
background-color: #e7dfb2;
/* Tailwind (arbitrary) */
class="text-[#e7dfb2] bg-[#e7dfb2]"
/* SCSS */
$brand: #e7dfb2;
/* SwiftUI */
Color(red: 0.906, green: 0.875, blue: 0.698)
/* Android */
Color.parseColor("#e7dfb2")Accessibility — WCAG contrast
Aa
#e7dfb2 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7dfb2 on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green87.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow22.9%
Key (black)9.4%
Color previews
#e7dfb2 text on a black background
contrast 15.60:1
Card sample
#e7dfb2 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7dfb2;
Background color
Panel with #e7dfb2 background
background-color: #e7dfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7dfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 223, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 223, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7dfb2; background: linear-gradient(135deg, #e7dfb2, #CCE7B2);