#e7e7b8
a light, vivid yellow · cool · closest name: beige
RGB
231, 231, 184
HSL
60°, 50%, 81%
CMYK
0, 0, 20, 9
Luminance
0.7760
Every format
| HEX | #e7e7b8 |
| RGB | rgb(231, 231, 184) |
| HSL | hsl(60, 50%, 81%) |
| CMYK | cmyk(0%, 0%, 20%, 9%) |
| LAB | lab(90.6 -7.5 23.0) |
| LCH | lch(90.6 24.2 108.2) |
| OKLCH | oklch(0.916 0.061 107.6) |
Copy-ready code
/* CSS */
color: #e7e7b8;
background-color: #e7e7b8;
/* Tailwind (arbitrary) */
class="text-[#e7e7b8] bg-[#e7e7b8]"
/* SCSS */
$brand: #e7e7b8;
/* SwiftUI */
Color(red: 0.906, green: 0.906, blue: 0.722)
/* Android */
Color.parseColor("#e7e7b8")Accessibility — WCAG contrast
Aa
#e7e7b8 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7e7b8 on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green90.6%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow20.3%
Key (black)9.4%
Color previews
#e7e7b8 text on a black background
contrast 16.52:1
Card sample
#e7e7b8 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7e7b8;
Background color
Panel with #e7e7b8 background
background-color: #e7e7b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7e7b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 231, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 231, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7e7b8; background: linear-gradient(135deg, #e7e7b8, #C8E7B8);