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