#00ad74
a dark, electric cyan · cool · closest name: seagreen
RGB
0, 173, 116
HSL
160°, 100%, 34%
CMYK
100, 0, 33, 32
Luminance
0.3115
Every format
| HEX | #00ad74 |
| RGB | rgb(0, 173, 116) |
| HSL | hsl(160, 100%, 34%) |
| CMYK | cmyk(100%, 0%, 33%, 32%) |
| LAB | lab(62.6 -51.3 19.0) |
| LCH | lch(62.6 54.7 159.7) |
| OKLCH | oklch(0.660 0.147 161.0) |
Copy-ready code
/* CSS */
color: #00ad74;
background-color: #00ad74;
/* Tailwind (arbitrary) */
class="text-[#00ad74] bg-[#00ad74]"
/* SCSS */
$brand: #00ad74;
/* SwiftUI */
Color(red: 0.000, green: 0.678, blue: 0.455)
/* Android */
Color.parseColor("#00ad74")Accessibility — WCAG contrast
Aa
#00ad74 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00ad74 on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green67.8%
Blue45.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow32.9%
Key (black)32.2%
Color previews
#00ad74 text on a black background
contrast 7.23:1
Card sample
#00ad74 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00ad74;
Background color
Panel with #00ad74 background
background-color: #00ad74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00ad74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 173, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 173, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00ad74; background: linear-gradient(135deg, #00ad74, #0073AD);