#5ca708
a dark, electric green · cool · closest name: green
RGB
92, 167, 8
HSL
88°, 91%, 34%
CMYK
45, 0, 95, 35
Luminance
0.2993
Every format
| HEX | #5ca708 |
| RGB | rgb(92, 167, 8) |
| HSL | hsl(88, 91%, 34%) |
| CMYK | cmyk(45%, 0%, 95%, 35%) |
| LAB | lab(61.6 -45.9 62.0) |
| LCH | lch(61.6 77.1 126.5) |
| OKLCH | oklch(0.654 0.186 134.1) |
Copy-ready code
/* CSS */
color: #5ca708;
background-color: #5ca708;
/* Tailwind (arbitrary) */
class="text-[#5ca708] bg-[#5ca708]"
/* SCSS */
$brand: #5ca708;
/* SwiftUI */
Color(red: 0.361, green: 0.655, blue: 0.031)
/* Android */
Color.parseColor("#5ca708")Accessibility — WCAG contrast
Aa
#5ca708 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5ca708 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green65.5%
Blue3.1%
CMYK percentages
Cyan44.9%
Magenta0.0%
Yellow95.2%
Key (black)34.5%
Color previews
#5ca708 text on a black background
contrast 6.99:1
Card sample
#5ca708 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ca708;
Background color
Panel with #5ca708 background
background-color: #5ca708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ca708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 167, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 167, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ca708; background: linear-gradient(135deg, #5ca708, #08A71E);