#e8e2ab
a light, vivid yellow · cool · closest name: beige
RGB
232, 226, 171
HSL
54°, 57%, 79%
CMYK
0, 3, 26, 9
Luminance
0.7449
Every format
| HEX | #e8e2ab |
| RGB | rgb(232, 226, 171) |
| HSL | hsl(54, 57%, 79%) |
| CMYK | cmyk(0%, 3%, 26%, 9%) |
| LAB | lab(89.2 -6.4 27.7) |
| LCH | lch(89.2 28.4 103.1) |
| OKLCH | oklch(0.904 0.072 102.5) |
Copy-ready code
/* CSS */
color: #e8e2ab;
background-color: #e8e2ab;
/* Tailwind (arbitrary) */
class="text-[#e8e2ab] bg-[#e8e2ab]"
/* SCSS */
$brand: #e8e2ab;
/* SwiftUI */
Color(red: 0.910, green: 0.886, blue: 0.671)
/* Android */
Color.parseColor("#e8e2ab")Accessibility — WCAG contrast
Aa
#e8e2ab on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8e2ab on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green88.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow26.3%
Key (black)9.0%
Color previews
#e8e2ab text on a black background
contrast 15.90:1
Card sample
#e8e2ab text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8e2ab;
Background color
Panel with #e8e2ab background
background-color: #e8e2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8e2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 226, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 226, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8e2ab; background: linear-gradient(135deg, #e8e2ab, #C5E8AB);