#00a362
a dark, electric green · cool · closest name: seagreen
RGB
0, 163, 98
HSL
156°, 100%, 32%
CMYK
100, 0, 40, 36
Luminance
0.2708
Every format
| HEX | #00a362 |
| RGB | rgb(0, 163, 98) |
| HSL | hsl(156, 100%, 32%) |
| CMYK | cmyk(100%, 0%, 40%, 36%) |
| LAB | lab(59.0 -51.5 23.9) |
| LCH | lch(59.0 56.8 155.1) |
| OKLCH | oklch(0.629 0.151 156.7) |
Copy-ready code
/* CSS */
color: #00a362;
background-color: #00a362;
/* Tailwind (arbitrary) */
class="text-[#00a362] bg-[#00a362]"
/* SCSS */
$brand: #00a362;
/* SwiftUI */
Color(red: 0.000, green: 0.639, blue: 0.384)
/* Android */
Color.parseColor("#00a362")Accessibility — WCAG contrast
Aa
#00a362 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00a362 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green63.9%
Blue38.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow39.9%
Key (black)36.1%
Color previews
#00a362 text on a black background
contrast 6.42:1
Card sample
#00a362 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00a362;
Background color
Panel with #00a362 background
background-color: #00a362;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00a362;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 163, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 163, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00a362; background: linear-gradient(135deg, #00a362, #0077A3);