#e2cf5b
a balanced, vivid yellow · cool · closest name: khaki
RGB
226, 207, 91
HSL
52°, 70%, 62%
CMYK
0, 8, 60, 11
Luminance
0.6155
Every format
| HEX | #e2cf5b |
| RGB | rgb(226, 207, 91) |
| HSL | hsl(52, 70%, 62%) |
| CMYK | cmyk(0%, 8%, 60%, 11%) |
| LAB | lab(82.7 -7.2 58.7) |
| LCH | lch(82.7 59.1 97.0) |
| OKLCH | oklch(0.848 0.137 100.1) |
Copy-ready code
/* CSS */
color: #e2cf5b;
background-color: #e2cf5b;
/* Tailwind (arbitrary) */
class="text-[#e2cf5b] bg-[#e2cf5b]"
/* SCSS */
$brand: #e2cf5b;
/* SwiftUI */
Color(red: 0.886, green: 0.812, blue: 0.357)
/* Android */
Color.parseColor("#e2cf5b")Accessibility — WCAG contrast
Aa
#e2cf5b on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cf5b on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green81.2%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow59.7%
Key (black)11.4%
Color previews
#e2cf5b text on a black background
contrast 13.31:1
Card sample
#e2cf5b text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cf5b;
Background color
Panel with #e2cf5b background
background-color: #e2cf5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cf5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 207, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 207, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cf5b; background: linear-gradient(135deg, #e2cf5b, #9BE25B);