#0abeb7
a dark, electric cyan · cool · closest name: turquoise
RGB
10, 190, 183
HSL
178°, 90%, 39%
CMYK
95, 0, 4, 26
Luminance
0.4031
Every format
| HEX | #0abeb7 |
| RGB | rgb(10, 190, 183) |
| HSL | hsl(178, 90%, 39%) |
| CMYK | cmyk(95%, 0%, 4%, 26%) |
| LAB | lab(69.7 -40.3 -7.7) |
| LCH | lch(69.7 41.1 190.9) |
| OKLCH | oklch(0.724 0.124 190.1) |
Copy-ready code
/* CSS */
color: #0abeb7;
background-color: #0abeb7;
/* Tailwind (arbitrary) */
class="text-[#0abeb7] bg-[#0abeb7]"
/* SCSS */
$brand: #0abeb7;
/* SwiftUI */
Color(red: 0.039, green: 0.745, blue: 0.718)
/* Android */
Color.parseColor("#0abeb7")Accessibility — WCAG contrast
Aa
#0abeb7 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0abeb7 on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green74.5%
Blue71.8%
CMYK percentages
Cyan94.7%
Magenta0.0%
Yellow3.7%
Key (black)25.5%
Color previews
#0abeb7 text on a black background
contrast 9.06:1
Card sample
#0abeb7 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0abeb7;
Background color
Panel with #0abeb7 background
background-color: #0abeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0abeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 190, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 190, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0abeb7; background: linear-gradient(135deg, #0abeb7, #0A4DBE);