#0ab9da
a dark, electric cyan · cool · closest name: skyblue
RGB
10, 185, 218
HSL
190°, 91%, 45%
CMYK
95, 15, 0, 15
Luminance
0.3982
Every format
| HEX | #0ab9da |
| RGB | rgb(10, 185, 218) |
| HSL | hsl(190, 91%, 45%) |
| CMYK | cmyk(95%, 15%, 0%, 15%) |
| LAB | lab(69.3 -26.9 -27.4) |
| LCH | lch(69.3 38.5 225.5) |
| OKLCH | oklch(0.725 0.128 216.8) |
Copy-ready code
/* CSS */
color: #0ab9da;
background-color: #0ab9da;
/* Tailwind (arbitrary) */
class="text-[#0ab9da] bg-[#0ab9da]"
/* SCSS */
$brand: #0ab9da;
/* SwiftUI */
Color(red: 0.039, green: 0.725, blue: 0.855)
/* Android */
Color.parseColor("#0ab9da")Accessibility — WCAG contrast
Aa
#0ab9da on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ab9da on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green72.5%
Blue85.5%
CMYK percentages
Cyan95.4%
Magenta15.1%
Yellow0.0%
Key (black)14.5%
Color previews
#0ab9da text on a black background
contrast 8.96:1
Card sample
#0ab9da text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ab9da;
Background color
Panel with #0ab9da background
background-color: #0ab9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ab9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 185, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 185, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ab9da; background: linear-gradient(135deg, #0ab9da, #0A2EDA);