#1ba621
a dark, vivid green · cool · closest name: green
RGB
27, 166, 33
HSL
123°, 72%, 38%
CMYK
84, 0, 80, 35
Luminance
0.2762
Every format
| HEX | #1ba621 |
| RGB | rgb(27, 166, 33) |
| HSL | hsl(123, 72%, 38%) |
| CMYK | cmyk(84%, 0%, 80%, 35%) |
| LAB | lab(59.5 -59.3 54.1) |
| LCH | lch(59.5 80.2 137.6) |
| OKLCH | oklch(0.632 0.201 143.1) |
Copy-ready code
/* CSS */
color: #1ba621;
background-color: #1ba621;
/* Tailwind (arbitrary) */
class="text-[#1ba621] bg-[#1ba621]"
/* SCSS */
$brand: #1ba621;
/* SwiftUI */
Color(red: 0.106, green: 0.651, blue: 0.129)
/* Android */
Color.parseColor("#1ba621")Accessibility — WCAG contrast
Aa
#1ba621 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1ba621 on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green65.1%
Blue12.9%
CMYK percentages
Cyan83.7%
Magenta0.0%
Yellow80.1%
Key (black)34.9%
Color previews
#1ba621 text on a black background
contrast 6.52:1
Card sample
#1ba621 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba621;
Background color
Panel with #1ba621 background
background-color: #1ba621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 166, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 166, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba621; background: linear-gradient(135deg, #1ba621, #1BA67E);