#23b621
a dark, vivid green · cool · closest name: green
RGB
35, 182, 33
HSL
119°, 69%, 42%
CMYK
81, 0, 82, 29
Luminance
0.3392
Every format
| HEX | #23b621 |
| RGB | rgb(35, 182, 33) |
| HSL | hsl(119, 69%, 42%) |
| CMYK | cmyk(81%, 0%, 82%, 29%) |
| LAB | lab(64.9 -63.2 59.2) |
| LCH | lch(64.9 86.6 136.9) |
| OKLCH | oklch(0.677 0.216 142.6) |
Copy-ready code
/* CSS */
color: #23b621;
background-color: #23b621;
/* Tailwind (arbitrary) */
class="text-[#23b621] bg-[#23b621]"
/* SCSS */
$brand: #23b621;
/* SwiftUI */
Color(red: 0.137, green: 0.714, blue: 0.129)
/* Android */
Color.parseColor("#23b621")Accessibility — WCAG contrast
Aa
#23b621 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23b621 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green71.4%
Blue12.9%
CMYK percentages
Cyan80.8%
Magenta0.0%
Yellow81.9%
Key (black)28.6%
Color previews
#23b621 text on a black background
contrast 7.78:1
Card sample
#23b621 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23b621;
Background color
Panel with #23b621 background
background-color: #23b621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23b621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 182, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 182, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23b621; background: linear-gradient(135deg, #23b621, #21B682);