#0abddf
a balanced, electric cyan · cool · closest name: skyblue
RGB
10, 189, 223
HSL
190°, 91%, 46%
CMYK
96, 15, 0, 13
Luminance
0.4179
Every format
| HEX | #0abddf |
| RGB | rgb(10, 189, 223) |
| HSL | hsl(190, 91%, 46%) |
| CMYK | cmyk(96%, 15%, 0%, 13%) |
| LAB | lab(70.7 -27.3 -28.0) |
| LCH | lch(70.7 39.1 225.8) |
| OKLCH | oklch(0.737 0.131 217.0) |
Copy-ready code
/* CSS */
color: #0abddf;
background-color: #0abddf;
/* Tailwind (arbitrary) */
class="text-[#0abddf] bg-[#0abddf]"
/* SCSS */
$brand: #0abddf;
/* SwiftUI */
Color(red: 0.039, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#0abddf")Accessibility — WCAG contrast
Aa
#0abddf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0abddf on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green74.1%
Blue87.5%
CMYK percentages
Cyan95.5%
Magenta15.2%
Yellow0.0%
Key (black)12.5%
Color previews
#0abddf text on a black background
contrast 9.36:1
Card sample
#0abddf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0abddf;
Background color
Panel with #0abddf background
background-color: #0abddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0abddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0abddf; background: linear-gradient(135deg, #0abddf, #0A2FDF);