#34ba1f
a dark, vivid green · cool · closest name: green
RGB
52, 186, 31
HSL
112°, 71%, 43%
CMYK
72, 0, 83, 27
Luminance
0.3595
Every format
| HEX | #34ba1f |
| RGB | rgb(52, 186, 31) |
| HSL | hsl(112, 71%, 43%) |
| CMYK | cmyk(72%, 0%, 83%, 27%) |
| LAB | lab(66.5 -62.0 61.3) |
| LCH | lch(66.5 87.2 135.4) |
| OKLCH | oklch(0.691 0.217 141.4) |
Copy-ready code
/* CSS */
color: #34ba1f;
background-color: #34ba1f;
/* Tailwind (arbitrary) */
class="text-[#34ba1f] bg-[#34ba1f]"
/* SCSS */
$brand: #34ba1f;
/* SwiftUI */
Color(red: 0.204, green: 0.729, blue: 0.122)
/* Android */
Color.parseColor("#34ba1f")Accessibility — WCAG contrast
Aa
#34ba1f on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#34ba1f on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green72.9%
Blue12.2%
CMYK percentages
Cyan72.0%
Magenta0.0%
Yellow83.3%
Key (black)27.1%
Color previews
#34ba1f text on a black background
contrast 8.19:1
Card sample
#34ba1f text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34ba1f;
Background color
Panel with #34ba1f background
background-color: #34ba1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34ba1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 186, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 186, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34ba1f; background: linear-gradient(135deg, #34ba1f, #1FBA71);