#1daf3b
a dark, vivid green · cool · closest name: forestgreen
RGB
29, 175, 59
HSL
132°, 72%, 40%
CMYK
83, 0, 66, 31
Luminance
0.3124
Every format
| HEX | #1daf3b |
| RGB | rgb(29, 175, 59) |
| HSL | hsl(132, 72%, 40%) |
| CMYK | cmyk(83%, 0%, 66%, 31%) |
| LAB | lab(62.7 -59.6 47.6) |
| LCH | lch(62.7 76.3 141.4) |
| OKLCH | oklch(0.659 0.195 145.5) |
Copy-ready code
/* CSS */
color: #1daf3b;
background-color: #1daf3b;
/* Tailwind (arbitrary) */
class="text-[#1daf3b] bg-[#1daf3b]"
/* SCSS */
$brand: #1daf3b;
/* SwiftUI */
Color(red: 0.114, green: 0.686, blue: 0.231)
/* Android */
Color.parseColor("#1daf3b")Accessibility — WCAG contrast
Aa
#1daf3b on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1daf3b on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green68.6%
Blue23.1%
CMYK percentages
Cyan83.4%
Magenta0.0%
Yellow66.3%
Key (black)31.4%
Color previews
#1daf3b text on a black background
contrast 7.25:1
Card sample
#1daf3b text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1daf3b;
Background color
Panel with #1daf3b background
background-color: #1daf3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1daf3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 175, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 175, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1daf3b; background: linear-gradient(135deg, #1daf3b, #1DAF9C);