#36af3f
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 175, 63
HSL
125°, 53%, 45%
CMYK
69, 0, 64, 31
Luminance
0.3180
Every format
| HEX | #36af3f |
| RGB | rgb(54, 175, 63) |
| HSL | hsl(125, 53%, 45%) |
| CMYK | cmyk(69%, 0%, 64%, 31%) |
| LAB | lab(63.2 -55.5 46.6) |
| LCH | lch(63.2 72.5 140.0) |
| OKLCH | oklch(0.664 0.185 144.2) |
Copy-ready code
/* CSS */
color: #36af3f;
background-color: #36af3f;
/* Tailwind (arbitrary) */
class="text-[#36af3f] bg-[#36af3f]"
/* SCSS */
$brand: #36af3f;
/* SwiftUI */
Color(red: 0.212, green: 0.686, blue: 0.247)
/* Android */
Color.parseColor("#36af3f")Accessibility — WCAG contrast
Aa
#36af3f on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36af3f on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green68.6%
Blue24.7%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow64.0%
Key (black)31.4%
Color previews
#36af3f text on a black background
contrast 7.36:1
Card sample
#36af3f text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36af3f;
Background color
Panel with #36af3f background
background-color: #36af3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36af3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 175, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 175, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36af3f; background: linear-gradient(135deg, #36af3f, #36AF90);