#0abcba
a dark, electric cyan · cool · closest name: turquoise
RGB
10, 188, 186
HSL
179°, 90%, 39%
CMYK
95, 0, 1, 26
Luminance
0.3958
Every format
| HEX | #0abcba |
| RGB | rgb(10, 188, 186) |
| HSL | hsl(179, 90%, 39%) |
| CMYK | cmyk(95%, 0%, 1%, 26%) |
| LAB | lab(69.2 -38.5 -10.2) |
| LCH | lch(69.2 39.9 194.8) |
| OKLCH | oklch(0.720 0.122 193.4) |
Copy-ready code
/* CSS */
color: #0abcba;
background-color: #0abcba;
/* Tailwind (arbitrary) */
class="text-[#0abcba] bg-[#0abcba]"
/* SCSS */
$brand: #0abcba;
/* SwiftUI */
Color(red: 0.039, green: 0.737, blue: 0.729)
/* Android */
Color.parseColor("#0abcba")Accessibility — WCAG contrast
Aa
#0abcba on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0abcba on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green73.7%
Blue72.9%
CMYK percentages
Cyan94.7%
Magenta0.0%
Yellow1.1%
Key (black)26.3%
Color previews
#0abcba text on a black background
contrast 8.92:1
Card sample
#0abcba text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0abcba;
Background color
Panel with #0abcba background
background-color: #0abcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0abcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 188, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 188, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0abcba; background: linear-gradient(135deg, #0abcba, #0A47BC);