#1ba331
a dark, vivid green · cool · closest name: forestgreen
RGB
27, 163, 49
HSL
130°, 72%, 37%
CMYK
83, 0, 70, 36
Luminance
0.2665
Every format
| HEX | #1ba331 |
| RGB | rgb(27, 163, 49) |
| HSL | hsl(130, 72%, 37%) |
| CMYK | cmyk(83%, 0%, 70%, 36%) |
| LAB | lab(58.6 -57.0 47.4) |
| LCH | lch(58.6 74.2 140.3) |
| OKLCH | oklch(0.625 0.189 144.7) |
Copy-ready code
/* CSS */
color: #1ba331;
background-color: #1ba331;
/* Tailwind (arbitrary) */
class="text-[#1ba331] bg-[#1ba331]"
/* SCSS */
$brand: #1ba331;
/* SwiftUI */
Color(red: 0.106, green: 0.639, blue: 0.192)
/* Android */
Color.parseColor("#1ba331")Accessibility — WCAG contrast
Aa
#1ba331 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1ba331 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green63.9%
Blue19.2%
CMYK percentages
Cyan83.4%
Magenta0.0%
Yellow69.9%
Key (black)36.1%
Color previews
#1ba331 text on a black background
contrast 6.33:1
Card sample
#1ba331 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba331;
Background color
Panel with #1ba331 background
background-color: #1ba331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 163, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 163, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba331; background: linear-gradient(135deg, #1ba331, #1BA38C);