#e6e2ab
a light, vivid yellow · cool · closest name: beige
RGB
230, 226, 171
HSL
56°, 54%, 79%
CMYK
0, 2, 26, 10
Luminance
0.7416
Every format
| HEX | #e6e2ab |
| RGB | rgb(230, 226, 171) |
| HSL | hsl(56, 54%, 79%) |
| CMYK | cmyk(0%, 2%, 26%, 10%) |
| LAB | lab(89.0 -7.2 27.5) |
| LCH | lch(89.0 28.4 104.7) |
| OKLCH | oklch(0.903 0.071 104.3) |
Copy-ready code
/* CSS */
color: #e6e2ab;
background-color: #e6e2ab;
/* Tailwind (arbitrary) */
class="text-[#e6e2ab] bg-[#e6e2ab]"
/* SCSS */
$brand: #e6e2ab;
/* SwiftUI */
Color(red: 0.902, green: 0.886, blue: 0.671)
/* Android */
Color.parseColor("#e6e2ab")Accessibility — WCAG contrast
Aa
#e6e2ab on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6e2ab on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green88.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow25.7%
Key (black)9.8%
Color previews
#e6e2ab text on a black background
contrast 15.83:1
Card sample
#e6e2ab text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6e2ab;
Background color
Panel with #e6e2ab background
background-color: #e6e2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6e2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 226, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 226, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6e2ab; background: linear-gradient(135deg, #e6e2ab, #C3E6AB);