#1ba049
a dark, vivid green · cool · closest name: forestgreen
RGB
27, 160, 73
HSL
141°, 71%, 37%
CMYK
83, 0, 54, 37
Luminance
0.2586
Every format
| HEX | #1ba049 |
| RGB | rgb(27, 160, 73) |
| HSL | hsl(141, 71%, 37%) |
| CMYK | cmyk(83%, 0%, 54%, 37%) |
| LAB | lab(57.9 -53.1 35.6) |
| LCH | lch(57.9 63.9 146.2) |
| OKLCH | oklch(0.619 0.166 149.0) |
Copy-ready code
/* CSS */
color: #1ba049;
background-color: #1ba049;
/* Tailwind (arbitrary) */
class="text-[#1ba049] bg-[#1ba049]"
/* SCSS */
$brand: #1ba049;
/* SwiftUI */
Color(red: 0.106, green: 0.627, blue: 0.286)
/* Android */
Color.parseColor("#1ba049")Accessibility — WCAG contrast
Aa
#1ba049 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1ba049 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green62.7%
Blue28.6%
CMYK percentages
Cyan83.1%
Magenta0.0%
Yellow54.4%
Key (black)37.3%
Color previews
#1ba049 text on a black background
contrast 6.17:1
Card sample
#1ba049 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba049;
Background color
Panel with #1ba049 background
background-color: #1ba049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 160, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 160, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba049; background: linear-gradient(135deg, #1ba049, #1B9EA0);