#1bb15f
a dark, vivid green · cool · closest name: forestgreen
RGB
27, 177, 95
HSL
147°, 74%, 40%
CMYK
85, 0, 46, 31
Luminance
0.3250
Every format
| HEX | #1bb15f |
| RGB | rgb(27, 177, 95) |
| HSL | hsl(147, 74%, 40%) |
| CMYK | cmyk(85%, 0%, 46%, 31%) |
| LAB | lab(63.8 -55.4 31.7) |
| LCH | lch(63.8 63.8 150.2) |
| OKLCH | oklch(0.669 0.168 152.4) |
Copy-ready code
/* CSS */
color: #1bb15f;
background-color: #1bb15f;
/* Tailwind (arbitrary) */
class="text-[#1bb15f] bg-[#1bb15f]"
/* SCSS */
$brand: #1bb15f;
/* SwiftUI */
Color(red: 0.106, green: 0.694, blue: 0.373)
/* Android */
Color.parseColor("#1bb15f")Accessibility — WCAG contrast
Aa
#1bb15f on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bb15f on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green69.4%
Blue37.3%
CMYK percentages
Cyan84.7%
Magenta0.0%
Yellow46.3%
Key (black)30.6%
Color previews
#1bb15f text on a black background
contrast 7.50:1
Card sample
#1bb15f text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bb15f;
Background color
Panel with #1bb15f background
background-color: #1bb15f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bb15f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 177, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 177, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bb15f; background: linear-gradient(135deg, #1bb15f, #1B9FB1);