#e7e2ac
a light, vivid yellow · cool · closest name: beige
RGB
231, 226, 172
HSL
55°, 55%, 79%
CMYK
0, 2, 26, 9
Luminance
0.7436
Every format
| HEX | #e7e2ac |
| RGB | rgb(231, 226, 172) |
| HSL | hsl(55, 55%, 79%) |
| CMYK | cmyk(0%, 2%, 26%, 9%) |
| LAB | lab(89.1 -6.7 27.1) |
| LCH | lch(89.1 27.9 103.9) |
| OKLCH | oklch(0.904 0.070 103.3) |
Copy-ready code
/* CSS */
color: #e7e2ac;
background-color: #e7e2ac;
/* Tailwind (arbitrary) */
class="text-[#e7e2ac] bg-[#e7e2ac]"
/* SCSS */
$brand: #e7e2ac;
/* SwiftUI */
Color(red: 0.906, green: 0.886, blue: 0.675)
/* Android */
Color.parseColor("#e7e2ac")Accessibility — WCAG contrast
Aa
#e7e2ac on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7e2ac on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green88.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow25.5%
Key (black)9.4%
Color previews
#e7e2ac text on a black background
contrast 15.87:1
Card sample
#e7e2ac text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7e2ac;
Background color
Panel with #e7e2ac background
background-color: #e7e2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7e2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 226, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 226, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7e2ac; background: linear-gradient(135deg, #e7e2ac, #C5E7AC);