#e1b941
a balanced, vivid yellow · cool · closest name: khaki
RGB
225, 185, 65
HSL
45°, 73%, 57%
CMYK
0, 18, 71, 12
Luminance
0.5109
Every format
| HEX | #e1b941 |
| RGB | rgb(225, 185, 65) |
| HSL | hsl(45, 73%, 57%) |
| CMYK | cmyk(0%, 18%, 71%, 12%) |
| LAB | lab(76.7 2.2 63.3) |
| LCH | lch(76.7 63.3 88.0) |
| OKLCH | oklch(0.800 0.141 90.0) |
Copy-ready code
/* CSS */
color: #e1b941;
background-color: #e1b941;
/* Tailwind (arbitrary) */
class="text-[#e1b941] bg-[#e1b941]"
/* SCSS */
$brand: #e1b941;
/* SwiftUI */
Color(red: 0.882, green: 0.725, blue: 0.255)
/* Android */
Color.parseColor("#e1b941")Accessibility — WCAG contrast
Aa
#e1b941 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1b941 on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green72.5%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta17.8%
Yellow71.1%
Key (black)11.8%
Color previews
#e1b941 text on a black background
contrast 11.22:1
Card sample
#e1b941 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1b941;
Background color
Panel with #e1b941 background
background-color: #e1b941;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1b941;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 185, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 185, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1b941; background: linear-gradient(135deg, #e1b941, #9EE141);