#279921
a dark, vivid green · cool · closest name: forestgreen
RGB
39, 153, 33
HSL
117°, 65%, 37%
CMYK
75, 0, 78, 40
Luminance
0.2332
Every format
| HEX | #279921 |
| RGB | rgb(39, 153, 33) |
| HSL | hsl(117, 65%, 37%) |
| CMYK | cmyk(75%, 0%, 78%, 40%) |
| LAB | lab(55.4 -53.5 50.2) |
| LCH | lch(55.4 73.3 136.8) |
| OKLCH | oklch(0.598 0.184 142.3) |
Copy-ready code
/* CSS */
color: #279921;
background-color: #279921;
/* Tailwind (arbitrary) */
class="text-[#279921] bg-[#279921]"
/* SCSS */
$brand: #279921;
/* SwiftUI */
Color(red: 0.153, green: 0.600, blue: 0.129)
/* Android */
Color.parseColor("#279921")Accessibility — WCAG contrast
Aa
#279921 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#279921 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green60.0%
Blue12.9%
CMYK percentages
Cyan74.5%
Magenta0.0%
Yellow78.4%
Key (black)40.0%
Color previews
#279921 text on a black background
contrast 5.66:1
Card sample
#279921 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #279921;
Background color
Panel with #279921 background
background-color: #279921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #279921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 153, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 153, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #279921; background: linear-gradient(135deg, #279921, #21996B);