#e7e5b7
a light, vivid yellow · cool · closest name: beige
RGB
231, 229, 183
HSL
58°, 50%, 81%
CMYK
0, 1, 21, 9
Luminance
0.7645
Every format
| HEX | #e7e5b7 |
| RGB | rgb(231, 229, 183) |
| HSL | hsl(58, 50%, 81%) |
| CMYK | cmyk(0%, 1%, 21%, 9%) |
| LAB | lab(90.1 -6.7 22.7) |
| LCH | lch(90.1 23.7 106.4) |
| OKLCH | oklch(0.912 0.060 105.5) |
Copy-ready code
/* CSS */
color: #e7e5b7;
background-color: #e7e5b7;
/* Tailwind (arbitrary) */
class="text-[#e7e5b7] bg-[#e7e5b7]"
/* SCSS */
$brand: #e7e5b7;
/* SwiftUI */
Color(red: 0.906, green: 0.898, blue: 0.718)
/* Android */
Color.parseColor("#e7e5b7")Accessibility — WCAG contrast
Aa
#e7e5b7 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7e5b7 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green89.8%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta0.9%
Yellow20.8%
Key (black)9.4%
Color previews
#e7e5b7 text on a black background
contrast 16.29:1
Card sample
#e7e5b7 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7e5b7;
Background color
Panel with #e7e5b7 background
background-color: #e7e5b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7e5b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 229, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 229, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7e5b7; background: linear-gradient(135deg, #e7e5b7, #C9E7B7);