#368800
a dark, electric green · cool · closest name: green
RGB
54, 136, 0
HSL
96°, 100%, 27%
CMYK
60, 0, 100, 47
Luminance
0.1839
Every format
| HEX | #368800 |
| RGB | rgb(54, 136, 0) |
| HSL | hsl(96, 100%, 27%) |
| CMYK | cmyk(60%, 0%, 100%, 47%) |
| LAB | lab(50.0 -45.8 53.3) |
| LCH | lch(50.0 70.3 130.7) |
| OKLCH | oklch(0.554 0.171 138.0) |
Copy-ready code
/* CSS */
color: #368800;
background-color: #368800;
/* Tailwind (arbitrary) */
class="text-[#368800] bg-[#368800]"
/* SCSS */
$brand: #368800;
/* SwiftUI */
Color(red: 0.212, green: 0.533, blue: 0.000)
/* Android */
Color.parseColor("#368800")Accessibility — WCAG contrast
Aa
#368800 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#368800 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green53.3%
Blue0.0%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow100.0%
Key (black)46.7%
Color previews
#368800 text on a black background
contrast 4.68:1
Card sample
#368800 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #368800;
Background color
Panel with #368800 background
background-color: #368800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #368800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 136, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 136, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #368800; background: linear-gradient(135deg, #368800, #008825);