#10adcd
a dark, electric cyan · cool · closest name: skyblue
RGB
16, 173, 205
HSL
190°, 86%, 43%
CMYK
92, 16, 0, 20
Luminance
0.3441
Every format
| HEX | #10adcd |
| RGB | rgb(16, 173, 205) |
| HSL | hsl(190, 86%, 43%) |
| CMYK | cmyk(92%, 16%, 0%, 20%) |
| LAB | lab(65.3 -25.1 -26.5) |
| LCH | lch(65.3 36.5 226.6) |
| OKLCH | oklch(0.691 0.122 217.6) |
Copy-ready code
/* CSS */
color: #10adcd;
background-color: #10adcd;
/* Tailwind (arbitrary) */
class="text-[#10adcd] bg-[#10adcd]"
/* SCSS */
$brand: #10adcd;
/* SwiftUI */
Color(red: 0.063, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#10adcd")Accessibility — WCAG contrast
Aa
#10adcd on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10adcd on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green67.8%
Blue80.4%
CMYK percentages
Cyan92.2%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#10adcd text on a black background
contrast 7.88:1
Card sample
#10adcd text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10adcd;
Background color
Panel with #10adcd background
background-color: #10adcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10adcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10adcd; background: linear-gradient(135deg, #10adcd, #102FCD);