#00af99
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 175, 153
HSL
173°, 100%, 34%
CMYK
100, 0, 13, 31
Luminance
0.3296
Every format
| HEX | #00af99 |
| RGB | rgb(0, 175, 153) |
| HSL | hsl(173, 100%, 34%) |
| CMYK | cmyk(100%, 0%, 13%, 31%) |
| LAB | lab(64.1 -42.7 0.7) |
| LCH | lch(64.1 42.7 179.1) |
| OKLCH | oklch(0.675 0.123 179.5) |
Copy-ready code
/* CSS */
color: #00af99;
background-color: #00af99;
/* Tailwind (arbitrary) */
class="text-[#00af99] bg-[#00af99]"
/* SCSS */
$brand: #00af99;
/* SwiftUI */
Color(red: 0.000, green: 0.686, blue: 0.600)
/* Android */
Color.parseColor("#00af99")Accessibility — WCAG contrast
Aa
#00af99 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00af99 on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green68.6%
Blue60.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow12.6%
Key (black)31.4%
Color previews
#00af99 text on a black background
contrast 7.59:1
Card sample
#00af99 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00af99;
Background color
Panel with #00af99 background
background-color: #00af99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00af99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 175, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 175, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00af99; background: linear-gradient(135deg, #00af99, #0050AF);