#0abace
a dark, electric cyan · cool · closest name: skyblue
RGB
10, 186, 206
HSL
186°, 91%, 42%
CMYK
95, 10, 0, 19
Luminance
0.3964
Every format
| HEX | #0abace |
| RGB | rgb(10, 186, 206) |
| HSL | hsl(186, 91%, 42%) |
| CMYK | cmyk(95%, 10%, 0%, 19%) |
| LAB | lab(69.2 -31.4 -21.1) |
| LCH | lch(69.2 37.8 213.9) |
| OKLCH | oklch(0.722 0.123 208.5) |
Copy-ready code
/* CSS */
color: #0abace;
background-color: #0abace;
/* Tailwind (arbitrary) */
class="text-[#0abace] bg-[#0abace]"
/* SCSS */
$brand: #0abace;
/* SwiftUI */
Color(red: 0.039, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#0abace")Accessibility — WCAG contrast
Aa
#0abace on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0abace on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green72.9%
Blue80.8%
CMYK percentages
Cyan95.1%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#0abace text on a black background
contrast 8.93:1
Card sample
#0abace text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0abace;
Background color
Panel with #0abace background
background-color: #0abace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0abace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0abace; background: linear-gradient(135deg, #0abace, #0A37CE);