#00c65d
a dark, electric green · cool · closest name: forestgreen
RGB
0, 198, 93
HSL
148°, 100%, 39%
CMYK
100, 0, 53, 22
Luminance
0.4118
Every format
| HEX | #00c65d |
| RGB | rgb(0, 198, 93) |
| HSL | hsl(148, 100%, 39%) |
| CMYK | cmyk(100%, 0%, 53%, 22%) |
| LAB | lab(70.3 -64.2 40.8) |
| LCH | lch(70.3 76.1 147.6) |
| OKLCH | oklch(0.723 0.198 150.2) |
Copy-ready code
/* CSS */
color: #00c65d;
background-color: #00c65d;
/* Tailwind (arbitrary) */
class="text-[#00c65d] bg-[#00c65d]"
/* SCSS */
$brand: #00c65d;
/* SwiftUI */
Color(red: 0.000, green: 0.776, blue: 0.365)
/* Android */
Color.parseColor("#00c65d")Accessibility — WCAG contrast
Aa
#00c65d on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00c65d on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green77.6%
Blue36.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow53.0%
Key (black)22.4%
Color previews
#00c65d text on a black background
contrast 9.24:1
Card sample
#00c65d text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00c65d;
Background color
Panel with #00c65d background
background-color: #00c65d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00c65d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 198, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 198, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00c65d; background: linear-gradient(135deg, #00c65d, #00ABC6);