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