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