#e7dbaf
a light, vivid yellow · cool · closest name: beige
RGB
231, 219, 175
HSL
47°, 54%, 80%
CMYK
0, 5, 24, 9
Luminance
0.7075
Every format
| HEX | #e7dbaf |
| RGB | rgb(231, 219, 175) |
| HSL | hsl(47, 54%, 80%) |
| CMYK | cmyk(0%, 5%, 24%, 9%) |
| LAB | lab(87.4 -2.7 23.2) |
| LCH | lch(87.4 23.3 96.7) |
| OKLCH | oklch(0.890 0.059 94.6) |
Copy-ready code
/* CSS */
color: #e7dbaf;
background-color: #e7dbaf;
/* Tailwind (arbitrary) */
class="text-[#e7dbaf] bg-[#e7dbaf]"
/* SCSS */
$brand: #e7dbaf;
/* SwiftUI */
Color(red: 0.906, green: 0.859, blue: 0.686)
/* Android */
Color.parseColor("#e7dbaf")Accessibility — WCAG contrast
Aa
#e7dbaf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7dbaf on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green85.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta5.2%
Yellow24.2%
Key (black)9.4%
Color previews
#e7dbaf text on a black background
contrast 15.15:1
Card sample
#e7dbaf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7dbaf;
Background color
Panel with #e7dbaf background
background-color: #e7dbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7dbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 219, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 219, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7dbaf; background: linear-gradient(135deg, #e7dbaf, #CEE7AF);