#1ba151
a dark, vivid green · cool · closest name: forestgreen
RGB
27, 161, 81
HSL
144°, 71%, 37%
CMYK
83, 0, 50, 37
Luminance
0.2632
Every format
| HEX | #1ba151 |
| RGB | rgb(27, 161, 81) |
| HSL | hsl(144, 71%, 37%) |
| CMYK | cmyk(83%, 0%, 50%, 37%) |
| LAB | lab(58.3 -52.1 32.0) |
| LCH | lch(58.3 61.2 148.4) |
| OKLCH | oklch(0.623 0.160 150.9) |
Copy-ready code
/* CSS */
color: #1ba151;
background-color: #1ba151;
/* Tailwind (arbitrary) */
class="text-[#1ba151] bg-[#1ba151]"
/* SCSS */
$brand: #1ba151;
/* SwiftUI */
Color(red: 0.106, green: 0.631, blue: 0.318)
/* Android */
Color.parseColor("#1ba151")Accessibility — WCAG contrast
Aa
#1ba151 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1ba151 on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green63.1%
Blue31.8%
CMYK percentages
Cyan83.2%
Magenta0.0%
Yellow49.7%
Key (black)36.9%
Color previews
#1ba151 text on a black background
contrast 6.26:1
Card sample
#1ba151 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba151;
Background color
Panel with #1ba151 background
background-color: #1ba151;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba151;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 161, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 161, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba151; background: linear-gradient(135deg, #1ba151, #1B98A1);