#1ba430
a dark, vivid green · cool · closest name: forestgreen
RGB
27, 164, 48
HSL
129°, 72%, 38%
CMYK
84, 0, 71, 36
Luminance
0.2700
Every format
| HEX | #1ba430 |
| RGB | rgb(27, 164, 48) |
| HSL | hsl(129, 72%, 38%) |
| CMYK | cmyk(84%, 0%, 71%, 36%) |
| LAB | lab(59.0 -57.5 48.2) |
| LCH | lch(59.0 75.0 140.0) |
| OKLCH | oklch(0.627 0.190 144.6) |
Copy-ready code
/* CSS */
color: #1ba430;
background-color: #1ba430;
/* Tailwind (arbitrary) */
class="text-[#1ba430] bg-[#1ba430]"
/* SCSS */
$brand: #1ba430;
/* SwiftUI */
Color(red: 0.106, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#1ba430")Accessibility — WCAG contrast
Aa
#1ba430 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1ba430 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green64.3%
Blue18.8%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow70.7%
Key (black)35.7%
Color previews
#1ba430 text on a black background
contrast 6.40:1
Card sample
#1ba430 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba430;
Background color
Panel with #1ba430 background
background-color: #1ba430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba430; background: linear-gradient(135deg, #1ba430, #1BA48C);