#0ac999
a dark, electric cyan · cool · closest name: turquoise
RGB
10, 201, 153
HSL
165°, 91%, 41%
CMYK
95, 0, 24, 21
Luminance
0.4414
Every format
| HEX | #0ac999 |
| RGB | rgb(10, 201, 153) |
| HSL | hsl(165, 91%, 41%) |
| CMYK | cmyk(95%, 0%, 24%, 21%) |
| LAB | lab(72.3 -53.0 12.4) |
| LCH | lch(72.3 54.4 166.8) |
| OKLCH | oklch(0.743 0.150 167.8) |
Copy-ready code
/* CSS */
color: #0ac999;
background-color: #0ac999;
/* Tailwind (arbitrary) */
class="text-[#0ac999] bg-[#0ac999]"
/* SCSS */
$brand: #0ac999;
/* SwiftUI */
Color(red: 0.039, green: 0.788, blue: 0.600)
/* Android */
Color.parseColor("#0ac999")Accessibility — WCAG contrast
Aa
#0ac999 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ac999 on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green78.8%
Blue60.0%
CMYK percentages
Cyan95.0%
Magenta0.0%
Yellow23.9%
Key (black)21.2%
Color previews
#0ac999 text on a black background
contrast 9.83:1
Card sample
#0ac999 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ac999;
Background color
Panel with #0ac999 background
background-color: #0ac999;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ac999;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 201, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 201, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ac999; background: linear-gradient(135deg, #0ac999, #0A7AC9);