#369608
a dark, electric green · cool · closest name: green
RGB
54, 150, 8
HSL
101°, 90%, 31%
CMYK
64, 0, 95, 41
Luminance
0.2261
Every format
| HEX | #369608 |
| RGB | rgb(54, 150, 8) |
| HSL | hsl(101, 90%, 31%) |
| CMYK | cmyk(64%, 0%, 95%, 41%) |
| LAB | lab(54.7 -50.5 55.7) |
| LCH | lch(54.7 75.2 132.2) |
| OKLCH | oklch(0.593 0.184 139.1) |
Copy-ready code
/* CSS */
color: #369608;
background-color: #369608;
/* Tailwind (arbitrary) */
class="text-[#369608] bg-[#369608]"
/* SCSS */
$brand: #369608;
/* SwiftUI */
Color(red: 0.212, green: 0.588, blue: 0.031)
/* Android */
Color.parseColor("#369608")Accessibility — WCAG contrast
Aa
#369608 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369608 on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green58.8%
Blue3.1%
CMYK percentages
Cyan64.0%
Magenta0.0%
Yellow94.7%
Key (black)41.2%
Color previews
#369608 text on a black background
contrast 5.52:1
Card sample
#369608 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369608;
Background color
Panel with #369608 background
background-color: #369608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 150, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 150, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369608; background: linear-gradient(135deg, #369608, #089639);