#5c6b00
a deep, electric yellow · cool · closest name: olive
RGB
92, 107, 0
HSL
68°, 100%, 21%
CMYK
14, 0, 100, 58
Luminance
0.1279
Every format
| HEX | #5c6b00 |
| RGB | rgb(92, 107, 0) |
| HSL | hsl(68, 100%, 21%) |
| CMYK | cmyk(14%, 0%, 100%, 58%) |
| LAB | lab(42.5 -18.5 48.4) |
| LCH | lch(42.5 51.8 110.9) |
| OKLCH | oklch(0.498 0.117 118.9) |
Copy-ready code
/* CSS */
color: #5c6b00;
background-color: #5c6b00;
/* Tailwind (arbitrary) */
class="text-[#5c6b00] bg-[#5c6b00]"
/* SCSS */
$brand: #5c6b00;
/* SwiftUI */
Color(red: 0.361, green: 0.420, blue: 0.000)
/* Android */
Color.parseColor("#5c6b00")Accessibility — WCAG contrast
Aa
#5c6b00 on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5c6b00 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green42.0%
Blue0.0%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow100.0%
Key (black)58.0%
Color previews
#5c6b00 text on a black background
contrast 3.56:1
Card sample
#5c6b00 text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c6b00;
Background color
Panel with #5c6b00 background
background-color: #5c6b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c6b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 107, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 107, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c6b00; background: linear-gradient(135deg, #5c6b00, #156B00);