#1cb535
a dark, vivid green · cool · closest name: forestgreen
RGB
28, 181, 53
HSL
130°, 73%, 41%
CMYK
85, 0, 71, 29
Luminance
0.3355
Every format
| HEX | #1cb535 |
| RGB | rgb(28, 181, 53) |
| HSL | hsl(130, 73%, 41%) |
| CMYK | cmyk(85%, 0%, 71%, 29%) |
| LAB | lab(64.6 -62.2 52.1) |
| LCH | lch(64.6 81.2 140.0) |
| OKLCH | oklch(0.674 0.206 144.6) |
Copy-ready code
/* CSS */
color: #1cb535;
background-color: #1cb535;
/* Tailwind (arbitrary) */
class="text-[#1cb535] bg-[#1cb535]"
/* SCSS */
$brand: #1cb535;
/* SwiftUI */
Color(red: 0.110, green: 0.710, blue: 0.208)
/* Android */
Color.parseColor("#1cb535")Accessibility — WCAG contrast
Aa
#1cb535 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cb535 on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green71.0%
Blue20.8%
CMYK percentages
Cyan84.5%
Magenta0.0%
Yellow70.7%
Key (black)29.0%
Color previews
#1cb535 text on a black background
contrast 7.71:1
Card sample
#1cb535 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cb535;
Background color
Panel with #1cb535 background
background-color: #1cb535;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cb535;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 181, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 181, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cb535; background: linear-gradient(135deg, #1cb535, #1CB59B);