#1ba024
a dark, vivid green · cool · closest name: forestgreen
RGB
27, 160, 36
HSL
124°, 71%, 37%
CMYK
83, 0, 78, 37
Luminance
0.2550
Every format
| HEX | #1ba024 |
| RGB | rgb(27, 160, 36) |
| HSL | hsl(124, 71%, 37%) |
| CMYK | cmyk(83%, 0%, 78%, 37%) |
| LAB | lab(57.6 -57.2 51.2) |
| LCH | lch(57.6 76.8 138.2) |
| OKLCH | oklch(0.615 0.193 143.4) |
Copy-ready code
/* CSS */
color: #1ba024;
background-color: #1ba024;
/* Tailwind (arbitrary) */
class="text-[#1ba024] bg-[#1ba024]"
/* SCSS */
$brand: #1ba024;
/* SwiftUI */
Color(red: 0.106, green: 0.627, blue: 0.141)
/* Android */
Color.parseColor("#1ba024")Accessibility — WCAG contrast
Aa
#1ba024 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1ba024 on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green62.7%
Blue14.1%
CMYK percentages
Cyan83.1%
Magenta0.0%
Yellow77.5%
Key (black)37.3%
Color previews
#1ba024 text on a black background
contrast 6.10:1
Card sample
#1ba024 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba024;
Background color
Panel with #1ba024 background
background-color: #1ba024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 160, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 160, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba024; background: linear-gradient(135deg, #1ba024, #1BA07D);