#369f0b
a dark, electric green · cool · closest name: green
RGB
54, 159, 11
HSL
103°, 87%, 33%
CMYK
66, 0, 93, 38
Luminance
0.2560
Every format
| HEX | #369f0b |
| RGB | rgb(54, 159, 11) |
| HSL | hsl(103, 87%, 33%) |
| CMYK | cmyk(66%, 0%, 93%, 38%) |
| LAB | lab(57.7 -53.6 57.7) |
| LCH | lch(57.7 78.8 132.9) |
| OKLCH | oklch(0.618 0.194 139.6) |
Copy-ready code
/* CSS */
color: #369f0b;
background-color: #369f0b;
/* Tailwind (arbitrary) */
class="text-[#369f0b] bg-[#369f0b]"
/* SCSS */
$brand: #369f0b;
/* SwiftUI */
Color(red: 0.212, green: 0.624, blue: 0.043)
/* Android */
Color.parseColor("#369f0b")Accessibility — WCAG contrast
Aa
#369f0b on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#369f0b on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green62.4%
Blue4.3%
CMYK percentages
Cyan66.0%
Magenta0.0%
Yellow93.1%
Key (black)37.6%
Color previews
#369f0b text on a black background
contrast 6.12:1
Card sample
#369f0b text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #369f0b;
Background color
Panel with #369f0b background
background-color: #369f0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #369f0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 159, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 159, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #369f0b; background: linear-gradient(135deg, #369f0b, #0B9F43);