#00ac73
a dark, electric cyan · cool · closest name: seagreen
RGB
0, 172, 115
HSL
160°, 100%, 34%
CMYK
100, 0, 33, 33
Luminance
0.3074
Every format
| HEX | #00ac73 |
| RGB | rgb(0, 172, 115) |
| HSL | hsl(160, 100%, 34%) |
| CMYK | cmyk(100%, 0%, 33%, 33%) |
| LAB | lab(62.3 -51.1 19.0) |
| LCH | lch(62.3 54.6 159.6) |
| OKLCH | oklch(0.657 0.147 160.8) |
Copy-ready code
/* CSS */
color: #00ac73;
background-color: #00ac73;
/* Tailwind (arbitrary) */
class="text-[#00ac73] bg-[#00ac73]"
/* SCSS */
$brand: #00ac73;
/* SwiftUI */
Color(red: 0.000, green: 0.675, blue: 0.451)
/* Android */
Color.parseColor("#00ac73")Accessibility — WCAG contrast
Aa
#00ac73 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00ac73 on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green67.5%
Blue45.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow33.1%
Key (black)32.5%
Color previews
#00ac73 text on a black background
contrast 7.15:1
Card sample
#00ac73 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00ac73;
Background color
Panel with #00ac73 background
background-color: #00ac73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00ac73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 172, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 172, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00ac73; background: linear-gradient(135deg, #00ac73, #0072AC);