#0ababa
a dark, electric cyan · cool · closest name: turquoise
RGB
10, 186, 186
HSL
180°, 90%, 38%
CMYK
95, 0, 0, 27
Luminance
0.3873
Every format
| HEX | #0ababa |
| RGB | rgb(10, 186, 186) |
| HSL | hsl(180, 90%, 38%) |
| CMYK | cmyk(95%, 0%, 0%, 27%) |
| LAB | lab(68.5 -37.6 -11.1) |
| LCH | lch(68.5 39.2 196.4) |
| OKLCH | oklch(0.715 0.121 194.8) |
Copy-ready code
/* CSS */
color: #0ababa;
background-color: #0ababa;
/* Tailwind (arbitrary) */
class="text-[#0ababa] bg-[#0ababa]"
/* SCSS */
$brand: #0ababa;
/* SwiftUI */
Color(red: 0.039, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#0ababa")Accessibility — WCAG contrast
Aa
#0ababa on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ababa on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green72.9%
Blue72.9%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow0.0%
Key (black)27.1%
Color previews
#0ababa text on a black background
contrast 8.75:1
Card sample
#0ababa text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ababa;
Background color
Panel with #0ababa background
background-color: #0ababa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ababa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ababa; background: linear-gradient(135deg, #0ababa, #0A45BA);