#1ba442
a dark, vivid green · cool · closest name: forestgreen
RGB
27, 164, 66
HSL
137°, 72%, 38%
CMYK
84, 0, 60, 36
Luminance
0.2718
Every format
| HEX | #1ba442 |
| RGB | rgb(27, 164, 66) |
| HSL | hsl(137, 72%, 38%) |
| CMYK | cmyk(84%, 0%, 60%, 36%) |
| LAB | lab(59.1 -55.4 40.5) |
| LCH | lch(59.1 68.6 143.9) |
| OKLCH | oklch(0.629 0.177 147.3) |
Copy-ready code
/* CSS */
color: #1ba442;
background-color: #1ba442;
/* Tailwind (arbitrary) */
class="text-[#1ba442] bg-[#1ba442]"
/* SCSS */
$brand: #1ba442;
/* SwiftUI */
Color(red: 0.106, green: 0.643, blue: 0.259)
/* Android */
Color.parseColor("#1ba442")Accessibility — WCAG contrast
Aa
#1ba442 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1ba442 on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green64.3%
Blue25.9%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow59.8%
Key (black)35.7%
Color previews
#1ba442 text on a black background
contrast 6.44:1
Card sample
#1ba442 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba442;
Background color
Panel with #1ba442 background
background-color: #1ba442;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba442;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 164, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 164, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba442; background: linear-gradient(135deg, #1ba442, #1BA49E);