#515d13
a deep, vivid yellow · cool · closest name: olive
RGB
81, 93, 19
HSL
70°, 66%, 22%
CMYK
13, 0, 80, 64
Luminance
0.0963
Every format
| HEX | #515d13 |
| RGB | rgb(81, 93, 19) |
| HSL | hsl(70, 66%, 22%) |
| CMYK | cmyk(13%, 0%, 80%, 64%) |
| LAB | lab(37.2 -15.4 38.2) |
| LCH | lch(37.2 41.2 112.0) |
| OKLCH | oklch(0.453 0.096 118.6) |
Copy-ready code
/* CSS */
color: #515d13;
background-color: #515d13;
/* Tailwind (arbitrary) */
class="text-[#515d13] bg-[#515d13]"
/* SCSS */
$brand: #515d13;
/* SwiftUI */
Color(red: 0.318, green: 0.365, blue: 0.075)
/* Android */
Color.parseColor("#515d13")Accessibility — WCAG contrast
Aa
#515d13 on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#515d13 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green36.5%
Blue7.5%
CMYK percentages
Cyan12.9%
Magenta0.0%
Yellow79.6%
Key (black)63.5%
Color previews
#515d13 text on a black background
contrast 2.93:1
Card sample
#515d13 text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #515d13;
Background color
Panel with #515d13 background
background-color: #515d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #515d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 93, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 93, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #515d13; background: linear-gradient(135deg, #515d13, #205D13);