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