#0ac2ac
a dark, electric cyan · cool · closest name: turquoise
RGB
10, 194, 172
HSL
173°, 90%, 40%
CMYK
95, 0, 11, 24
Luminance
0.4163
Every format
| HEX | #0ac2ac |
| RGB | rgb(10, 194, 172) |
| HSL | hsl(173, 90%, 40%) |
| CMYK | cmyk(95%, 0%, 11%, 24%) |
| LAB | lab(70.6 -45.2 -0.3) |
| LCH | lch(70.6 45.2 180.4) |
| OKLCH | oklch(0.730 0.131 180.7) |
Copy-ready code
/* CSS */
color: #0ac2ac;
background-color: #0ac2ac;
/* Tailwind (arbitrary) */
class="text-[#0ac2ac] bg-[#0ac2ac]"
/* SCSS */
$brand: #0ac2ac;
/* SwiftUI */
Color(red: 0.039, green: 0.761, blue: 0.675)
/* Android */
Color.parseColor("#0ac2ac")Accessibility — WCAG contrast
Aa
#0ac2ac on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ac2ac on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green76.1%
Blue67.5%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow11.3%
Key (black)23.9%
Color previews
#0ac2ac text on a black background
contrast 9.33:1
Card sample
#0ac2ac text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ac2ac;
Background color
Panel with #0ac2ac background
background-color: #0ac2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ac2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 194, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 194, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ac2ac; background: linear-gradient(135deg, #0ac2ac, #0A5DC2);