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