#1ba340
a dark, vivid green · cool · closest name: forestgreen
RGB
27, 163, 64
HSL
136°, 72%, 37%
CMYK
83, 0, 61, 36
Luminance
0.2680
Every format
| HEX | #1ba340 |
| RGB | rgb(27, 163, 64) |
| HSL | hsl(136, 72%, 37%) |
| CMYK | cmyk(83%, 0%, 61%, 36%) |
| LAB | lab(58.8 -55.4 41.0) |
| LCH | lch(58.8 68.9 143.5) |
| OKLCH | oklch(0.626 0.177 147.0) |
Copy-ready code
/* CSS */
color: #1ba340;
background-color: #1ba340;
/* Tailwind (arbitrary) */
class="text-[#1ba340] bg-[#1ba340]"
/* SCSS */
$brand: #1ba340;
/* SwiftUI */
Color(red: 0.106, green: 0.639, blue: 0.251)
/* Android */
Color.parseColor("#1ba340")Accessibility — WCAG contrast
Aa
#1ba340 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1ba340 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green63.9%
Blue25.1%
CMYK percentages
Cyan83.4%
Magenta0.0%
Yellow60.7%
Key (black)36.1%
Color previews
#1ba340 text on a black background
contrast 6.36:1
Card sample
#1ba340 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba340;
Background color
Panel with #1ba340 background
background-color: #1ba340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 163, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 163, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba340; background: linear-gradient(135deg, #1ba340, #1BA39B);