#0abcaf
a dark, electric cyan · cool · closest name: turquoise
RGB
10, 188, 175
HSL
176°, 90%, 39%
CMYK
95, 0, 7, 26
Luminance
0.3913
Every format
| HEX | #0abcaf |
| RGB | rgb(10, 188, 175) |
| HSL | hsl(176, 90%, 39%) |
| CMYK | cmyk(95%, 0%, 7%, 26%) |
| LAB | lab(68.8 -41.8 -4.6) |
| LCH | lch(68.8 42.0 186.3) |
| OKLCH | oklch(0.716 0.124 186.1) |
Copy-ready code
/* CSS */
color: #0abcaf;
background-color: #0abcaf;
/* Tailwind (arbitrary) */
class="text-[#0abcaf] bg-[#0abcaf]"
/* SCSS */
$brand: #0abcaf;
/* SwiftUI */
Color(red: 0.039, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#0abcaf")Accessibility — WCAG contrast
Aa
#0abcaf on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0abcaf on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green73.7%
Blue68.6%
CMYK percentages
Cyan94.7%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#0abcaf text on a black background
contrast 8.83:1
Card sample
#0abcaf text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0abcaf;
Background color
Panel with #0abcaf background
background-color: #0abcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0abcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0abcaf; background: linear-gradient(135deg, #0abcaf, #0A52BC);