#1dbb2f
a dark, vivid green · cool · closest name: forestgreen
RGB
29, 187, 47
HSL
127°, 73%, 42%
CMYK
85, 0, 75, 27
Luminance
0.3601
Every format
| HEX | #1dbb2f |
| RGB | rgb(29, 187, 47) |
| HSL | hsl(127, 73%, 42%) |
| CMYK | cmyk(85%, 0%, 75%, 27%) |
| LAB | lab(66.5 -64.4 56.3) |
| LCH | lch(66.5 85.6 138.9) |
| OKLCH | oklch(0.690 0.216 143.9) |
Copy-ready code
/* CSS */
color: #1dbb2f;
background-color: #1dbb2f;
/* Tailwind (arbitrary) */
class="text-[#1dbb2f] bg-[#1dbb2f]"
/* SCSS */
$brand: #1dbb2f;
/* SwiftUI */
Color(red: 0.114, green: 0.733, blue: 0.184)
/* Android */
Color.parseColor("#1dbb2f")Accessibility — WCAG contrast
Aa
#1dbb2f on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1dbb2f on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green73.3%
Blue18.4%
CMYK percentages
Cyan84.5%
Magenta0.0%
Yellow74.9%
Key (black)26.7%
Color previews
#1dbb2f text on a black background
contrast 8.20:1
Card sample
#1dbb2f text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1dbb2f;
Background color
Panel with #1dbb2f background
background-color: #1dbb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1dbb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 187, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 187, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1dbb2f; background: linear-gradient(135deg, #1dbb2f, #1DBB98);