#0adcff
a balanced, electric cyan · cool · closest name: skyblue
RGB
10, 220, 255
HSL
189°, 100%, 52%
CMYK
96, 14, 0, 0
Luminance
0.5847
Every format
| HEX | #0adcff |
| RGB | rgb(10, 220, 255) |
| HSL | hsl(189, 100%, 52%) |
| CMYK | cmyk(96%, 14%, 0%, 0%) |
| LAB | lab(81.0 -32.0 -29.4) |
| LCH | lch(81.0 43.5 222.6) |
| OKLCH | oklch(0.823 0.144 214.8) |
Copy-ready code
/* CSS */
color: #0adcff;
background-color: #0adcff;
/* Tailwind (arbitrary) */
class="text-[#0adcff] bg-[#0adcff]"
/* SCSS */
$brand: #0adcff;
/* SwiftUI */
Color(red: 0.039, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#0adcff")Accessibility — WCAG contrast
Aa
#0adcff on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0adcff on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green86.3%
Blue100.0%
CMYK percentages
Cyan96.1%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#0adcff text on a black background
contrast 12.69:1
Card sample
#0adcff text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0adcff;
Background color
Panel with #0adcff background
background-color: #0adcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0adcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0adcff; background: linear-gradient(135deg, #0adcff, #0A39FF);