#00ae6f
a dark, electric green · cool · closest name: seagreen
RGB
0, 174, 111
HSL
158°, 100%, 34%
CMYK
100, 0, 36, 32
Luminance
0.3142
Every format
| HEX | #00ae6f |
| RGB | rgb(0, 174, 111) |
| HSL | hsl(158, 100%, 34%) |
| CMYK | cmyk(100%, 0%, 36%, 32%) |
| LAB | lab(62.9 -52.8 22.0) |
| LCH | lch(62.9 57.2 157.4) |
| OKLCH | oklch(0.662 0.153 158.8) |
Copy-ready code
/* CSS */
color: #00ae6f;
background-color: #00ae6f;
/* Tailwind (arbitrary) */
class="text-[#00ae6f] bg-[#00ae6f]"
/* SCSS */
$brand: #00ae6f;
/* SwiftUI */
Color(red: 0.000, green: 0.682, blue: 0.435)
/* Android */
Color.parseColor("#00ae6f")Accessibility — WCAG contrast
Aa
#00ae6f on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00ae6f on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green68.2%
Blue43.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow36.2%
Key (black)31.8%
Color previews
#00ae6f text on a black background
contrast 7.28:1
Card sample
#00ae6f text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00ae6f;
Background color
Panel with #00ae6f background
background-color: #00ae6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00ae6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 174, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 174, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00ae6f; background: linear-gradient(135deg, #00ae6f, #0079AE);