#36b10e
a dark, electric green · cool · closest name: green
RGB
54, 177, 14
HSL
105°, 85%, 38%
CMYK
70, 0, 92, 31
Luminance
0.3226
Every format
| HEX | #36b10e |
| RGB | rgb(54, 177, 14) |
| HSL | hsl(105, 85%, 38%) |
| CMYK | cmyk(70%, 0%, 92%, 31%) |
| LAB | lab(63.6 -59.4 62.2) |
| LCH | lch(63.6 86.0 133.7) |
| OKLCH | oklch(0.666 0.212 140.3) |
Copy-ready code
/* CSS */
color: #36b10e;
background-color: #36b10e;
/* Tailwind (arbitrary) */
class="text-[#36b10e] bg-[#36b10e]"
/* SCSS */
$brand: #36b10e;
/* SwiftUI */
Color(red: 0.212, green: 0.694, blue: 0.055)
/* Android */
Color.parseColor("#36b10e")Accessibility — WCAG contrast
Aa
#36b10e on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36b10e on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green69.4%
Blue5.5%
CMYK percentages
Cyan69.5%
Magenta0.0%
Yellow92.1%
Key (black)30.6%
Color previews
#36b10e text on a black background
contrast 7.45:1
Card sample
#36b10e text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36b10e;
Background color
Panel with #36b10e background
background-color: #36b10e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36b10e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 177, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 177, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36b10e; background: linear-gradient(135deg, #36b10e, #0EB153);