#36ad1f
a dark, vivid green · cool · closest name: green
RGB
54, 173, 31
HSL
110°, 70%, 40%
CMYK
69, 0, 82, 32
Luminance
0.3077
Every format
| HEX | #36ad1f |
| RGB | rgb(54, 173, 31) |
| HSL | hsl(110, 70%, 40%) |
| CMYK | cmyk(69%, 0%, 82%, 32%) |
| LAB | lab(62.3 -57.4 57.4) |
| LCH | lch(62.3 81.2 135.0) |
| OKLCH | oklch(0.656 0.202 141.0) |
Copy-ready code
/* CSS */
color: #36ad1f;
background-color: #36ad1f;
/* Tailwind (arbitrary) */
class="text-[#36ad1f] bg-[#36ad1f]"
/* SCSS */
$brand: #36ad1f;
/* SwiftUI */
Color(red: 0.212, green: 0.678, blue: 0.122)
/* Android */
Color.parseColor("#36ad1f")Accessibility — WCAG contrast
Aa
#36ad1f on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36ad1f on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green67.8%
Blue12.2%
CMYK percentages
Cyan68.8%
Magenta0.0%
Yellow82.1%
Key (black)32.2%
Color previews
#36ad1f text on a black background
contrast 7.15:1
Card sample
#36ad1f text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36ad1f;
Background color
Panel with #36ad1f background
background-color: #36ad1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36ad1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 173, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 173, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36ad1f; background: linear-gradient(135deg, #36ad1f, #1FAD67);