#1ba34d
a dark, vivid green · cool · closest name: forestgreen
RGB
27, 163, 77
HSL
142°, 72%, 37%
CMYK
83, 0, 53, 36
Luminance
0.2696
Every format
| HEX | #1ba34d |
| RGB | rgb(27, 163, 77) |
| HSL | hsl(142, 72%, 37%) |
| CMYK | cmyk(83%, 0%, 53%, 36%) |
| LAB | lab(58.9 -53.5 34.8) |
| LCH | lch(58.9 63.8 146.9) |
| OKLCH | oklch(0.628 0.166 149.6) |
Copy-ready code
/* CSS */
color: #1ba34d;
background-color: #1ba34d;
/* Tailwind (arbitrary) */
class="text-[#1ba34d] bg-[#1ba34d]"
/* SCSS */
$brand: #1ba34d;
/* SwiftUI */
Color(red: 0.106, green: 0.639, blue: 0.302)
/* Android */
Color.parseColor("#1ba34d")Accessibility — WCAG contrast
Aa
#1ba34d on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1ba34d on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green63.9%
Blue30.2%
CMYK percentages
Cyan83.4%
Magenta0.0%
Yellow52.8%
Key (black)36.1%
Color previews
#1ba34d text on a black background
contrast 6.39:1
Card sample
#1ba34d text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba34d;
Background color
Panel with #1ba34d background
background-color: #1ba34d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba34d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 163, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 163, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba34d; background: linear-gradient(135deg, #1ba34d, #1B9EA3);