#515202
a deep, electric yellow · cool · closest name: olive
RGB
81, 82, 2
HSL
61°, 95%, 17%
CMYK
1, 0, 98, 68
Luminance
0.0779
Every format
| HEX | #515202 |
| RGB | rgb(81, 82, 2) |
| HSL | hsl(61, 95%, 17%) |
| CMYK | cmyk(1%, 0%, 98%, 68%) |
| LAB | lab(33.5 -9.9 40.6) |
| LCH | lch(33.5 41.8 103.7) |
| OKLCH | oklch(0.424 0.092 110.6) |
Copy-ready code
/* CSS */
color: #515202;
background-color: #515202;
/* Tailwind (arbitrary) */
class="text-[#515202] bg-[#515202]"
/* SCSS */
$brand: #515202;
/* SwiftUI */
Color(red: 0.318, green: 0.322, blue: 0.008)
/* Android */
Color.parseColor("#515202")Accessibility — WCAG contrast
Aa
#515202 on white: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#515202 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green32.2%
Blue0.8%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow97.6%
Key (black)67.8%
Color previews
#515202 text on a black background
contrast 2.56:1
Card sample
#515202 text on a white background
contrast 8.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #515202;
Background color
Panel with #515202 background
background-color: #515202;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #515202;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 82, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 82, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #515202; background: linear-gradient(135deg, #515202, #1C5202);