#369112
a dark, electric green · cool · closest name: forestgreen
RGB
54, 145, 18
HSL
103°, 78%, 32%
CMYK
63, 0, 88, 43
Luminance
0.2108
Every format
| HEX | #369112 |
| RGB | rgb(54, 145, 18) |
| HSL | hsl(103, 78%, 32%) |
| CMYK | cmyk(63%, 0%, 88%, 43%) |
| LAB | lab(53.0 -48.5 52.4) |
| LCH | lch(53.0 71.4 132.7) |
| OKLCH | oklch(0.579 0.176 139.3) |
Copy-ready code
/* CSS */
color: #369112;
background-color: #369112;
/* Tailwind (arbitrary) */
class="text-[#369112] bg-[#369112]"
/* SCSS */
$brand: #369112;
/* SwiftUI */
Color(red: 0.212, green: 0.569, blue: 0.071)
/* Android */
Color.parseColor("#369112")Accessibility — WCAG contrast
Aa
#369112 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369112 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green56.9%
Blue7.1%
CMYK percentages
Cyan62.8%
Magenta0.0%
Yellow87.6%
Key (black)43.1%
Color previews
#369112 text on a black background
contrast 5.22:1
Card sample
#369112 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369112;
Background color
Panel with #369112 background
background-color: #369112;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369112;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 145, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 145, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369112; background: linear-gradient(135deg, #369112, #129143);