#36af6c
a dark, vivid green · cool · closest name: seagreen
RGB
54, 175, 108
HSL
147°, 53%, 45%
CMYK
69, 0, 38, 31
Luminance
0.3253
Every format
| HEX | #36af6c |
| RGB | rgb(54, 175, 108) |
| HSL | hsl(147, 53%, 45%) |
| CMYK | cmyk(69%, 0%, 38%, 31%) |
| LAB | lab(63.8 -48.7 24.9) |
| LCH | lch(63.8 54.7 152.9) |
| OKLCH | oklch(0.671 0.146 154.6) |
Copy-ready code
/* CSS */
color: #36af6c;
background-color: #36af6c;
/* Tailwind (arbitrary) */
class="text-[#36af6c] bg-[#36af6c]"
/* SCSS */
$brand: #36af6c;
/* SwiftUI */
Color(red: 0.212, green: 0.686, blue: 0.424)
/* Android */
Color.parseColor("#36af6c")Accessibility — WCAG contrast
Aa
#36af6c on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#36af6c on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green68.6%
Blue42.4%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow38.3%
Key (black)31.4%
Color previews
#36af6c text on a black background
contrast 7.51:1
Card sample
#36af6c text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36af6c;
Background color
Panel with #36af6c background
background-color: #36af6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36af6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 175, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 175, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36af6c; background: linear-gradient(135deg, #36af6c, #36A1AF);