#1cb021
a dark, vivid green · cool · closest name: green
RGB
28, 176, 33
HSL
122°, 73%, 40%
CMYK
84, 0, 81, 31
Luminance
0.3141
Every format
| HEX | #1cb021 |
| RGB | rgb(28, 176, 33) |
| HSL | hsl(122, 73%, 40%) |
| CMYK | cmyk(84%, 0%, 81%, 31%) |
| LAB | lab(62.9 -62.2 57.2) |
| LCH | lch(62.9 84.5 137.4) |
| OKLCH | oklch(0.659 0.211 143.0) |
Copy-ready code
/* CSS */
color: #1cb021;
background-color: #1cb021;
/* Tailwind (arbitrary) */
class="text-[#1cb021] bg-[#1cb021]"
/* SCSS */
$brand: #1cb021;
/* SwiftUI */
Color(red: 0.110, green: 0.690, blue: 0.129)
/* Android */
Color.parseColor("#1cb021")Accessibility — WCAG contrast
Aa
#1cb021 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cb021 on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green69.0%
Blue12.9%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow81.3%
Key (black)31.0%
Color previews
#1cb021 text on a black background
contrast 7.28:1
Card sample
#1cb021 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cb021;
Background color
Panel with #1cb021 background
background-color: #1cb021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cb021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 176, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 176, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cb021; background: linear-gradient(135deg, #1cb021, #1CB084);