#515104
a deep, electric yellow · cool · closest name: olive
RGB
81, 81, 4
HSL
60°, 91%, 17%
CMYK
0, 0, 95, 68
Luminance
0.0764
Every format
| HEX | #515104 |
| RGB | rgb(81, 81, 4) |
| HSL | hsl(60, 91%, 17%) |
| CMYK | cmyk(0%, 0%, 95%, 68%) |
| LAB | lab(33.2 -9.2 39.7) |
| LCH | lch(33.2 40.8 103.1) |
| OKLCH | oklch(0.421 0.090 109.7) |
Copy-ready code
/* CSS */
color: #515104;
background-color: #515104;
/* Tailwind (arbitrary) */
class="text-[#515104] bg-[#515104]"
/* SCSS */
$brand: #515104;
/* SwiftUI */
Color(red: 0.318, green: 0.318, blue: 0.016)
/* Android */
Color.parseColor("#515104")Accessibility — WCAG contrast
Aa
#515104 on white: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#515104 on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green31.8%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow95.1%
Key (black)68.2%
Color previews
#515104 text on a black background
contrast 2.53:1
Card sample
#515104 text on a white background
contrast 8.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #515104;
Background color
Panel with #515104 background
background-color: #515104;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #515104;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 81, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 81, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #515104; background: linear-gradient(135deg, #515104, #1E5104);