#00b643
a dark, electric green · cool · closest name: forestgreen
RGB
0, 182, 67
HSL
142°, 100%, 36%
CMYK
100, 0, 63, 29
Luminance
0.3386
Every format
| HEX | #00b643 |
| RGB | rgb(0, 182, 67) |
| HSL | hsl(142, 100%, 36%) |
| CMYK | cmyk(100%, 0%, 63%, 29%) |
| LAB | lab(64.8 -62.8 46.5) |
| LCH | lch(64.8 78.1 143.5) |
| OKLCH | oklch(0.676 0.200 147.1) |
Copy-ready code
/* CSS */
color: #00b643;
background-color: #00b643;
/* Tailwind (arbitrary) */
class="text-[#00b643] bg-[#00b643]"
/* SCSS */
$brand: #00b643;
/* SwiftUI */
Color(red: 0.000, green: 0.714, blue: 0.263)
/* Android */
Color.parseColor("#00b643")Accessibility — WCAG contrast
Aa
#00b643 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00b643 on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green71.4%
Blue26.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow63.2%
Key (black)28.6%
Color previews
#00b643 text on a black background
contrast 7.77:1
Card sample
#00b643 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00b643;
Background color
Panel with #00b643 background
background-color: #00b643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00b643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 182, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 182, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00b643; background: linear-gradient(135deg, #00b643, #00B0B6);