#00a13b
a dark, electric green · cool · closest name: forestgreen
RGB
0, 161, 59
HSL
142°, 100%, 32%
CMYK
100, 0, 63, 37
Luminance
0.2581
Every format
| HEX | #00a13b |
| RGB | rgb(0, 161, 59) |
| HSL | hsl(142, 100%, 32%) |
| CMYK | cmyk(100%, 0%, 63%, 37%) |
| LAB | lab(57.9 -57.2 42.2) |
| LCH | lch(57.9 71.1 143.6) |
| OKLCH | oklch(0.618 0.182 147.2) |
Copy-ready code
/* CSS */
color: #00a13b;
background-color: #00a13b;
/* Tailwind (arbitrary) */
class="text-[#00a13b] bg-[#00a13b]"
/* SCSS */
$brand: #00a13b;
/* SwiftUI */
Color(red: 0.000, green: 0.631, blue: 0.231)
/* Android */
Color.parseColor("#00a13b")Accessibility — WCAG contrast
Aa
#00a13b on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00a13b on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green63.1%
Blue23.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow63.4%
Key (black)36.9%
Color previews
#00a13b text on a black background
contrast 6.16:1
Card sample
#00a13b text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00a13b;
Background color
Panel with #00a13b background
background-color: #00a13b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00a13b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 161, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 161, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00a13b; background: linear-gradient(135deg, #00a13b, #009CA1);