#e0d138
a balanced, vivid yellow · cool · closest name: gold
RGB
224, 209, 56
HSL
55°, 73%, 55%
CMYK
0, 7, 75, 12
Luminance
0.6173
Every format
| HEX | #e0d138 |
| RGB | rgb(224, 209, 56) |
| HSL | hsl(55, 73%, 55%) |
| CMYK | cmyk(0%, 7%, 75%, 12%) |
| LAB | lab(82.8 -11.0 72.3) |
| LCH | lch(82.8 73.2 98.6) |
| OKLCH | oklch(0.848 0.163 103.5) |
Copy-ready code
/* CSS */
color: #e0d138;
background-color: #e0d138;
/* Tailwind (arbitrary) */
class="text-[#e0d138] bg-[#e0d138]"
/* SCSS */
$brand: #e0d138;
/* SwiftUI */
Color(red: 0.878, green: 0.820, blue: 0.220)
/* Android */
Color.parseColor("#e0d138")Accessibility — WCAG contrast
Aa
#e0d138 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0d138 on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green82.0%
Blue22.0%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow75.0%
Key (black)12.2%
Color previews
#e0d138 text on a black background
contrast 13.35:1
Card sample
#e0d138 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0d138;
Background color
Panel with #e0d138 background
background-color: #e0d138;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0d138;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 209, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 209, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0d138; background: linear-gradient(135deg, #e0d138, #7FE038);