#00a378
a dark, electric cyan · cool · closest name: seagreen
RGB
0, 163, 120
HSL
164°, 100%, 32%
CMYK
100, 0, 26, 36
Luminance
0.2755
Every format
| HEX | #00a378 |
| RGB | rgb(0, 163, 120) |
| HSL | hsl(164, 100%, 32%) |
| CMYK | cmyk(100%, 0%, 26%, 36%) |
| LAB | lab(59.5 -46.5 12.4) |
| LCH | lch(59.5 48.1 165.1) |
| OKLCH | oklch(0.634 0.132 166.1) |
Copy-ready code
/* CSS */
color: #00a378;
background-color: #00a378;
/* Tailwind (arbitrary) */
class="text-[#00a378] bg-[#00a378]"
/* SCSS */
$brand: #00a378;
/* SwiftUI */
Color(red: 0.000, green: 0.639, blue: 0.471)
/* Android */
Color.parseColor("#00a378")Accessibility — WCAG contrast
Aa
#00a378 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00a378 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green63.9%
Blue47.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow26.4%
Key (black)36.1%
Color previews
#00a378 text on a black background
contrast 6.51:1
Card sample
#00a378 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00a378;
Background color
Panel with #00a378 background
background-color: #00a378;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00a378;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 163, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 163, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00a378; background: linear-gradient(135deg, #00a378, #0061A3);