#05cdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
5, 205, 253
HSL
192°, 98%, 51%
CMYK
98, 19, 0, 1
Luminance
0.5079
Every format
| HEX | #05cdfd |
| RGB | rgb(5, 205, 253) |
| HSL | hsl(192, 98%, 51%) |
| CMYK | cmyk(98%, 19%, 0%, 1%) |
| LAB | lab(76.5 -25.4 -35.3) |
| LCH | lch(76.5 43.5 234.2) |
| OKLCH | oklch(0.787 0.146 222.8) |
Copy-ready code
/* CSS */
color: #05cdfd;
background-color: #05cdfd;
/* Tailwind (arbitrary) */
class="text-[#05cdfd] bg-[#05cdfd]"
/* SCSS */
$brand: #05cdfd;
/* SwiftUI */
Color(red: 0.020, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#05cdfd")Accessibility — WCAG contrast
Aa
#05cdfd on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#05cdfd on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green80.4%
Blue99.2%
CMYK percentages
Cyan98.0%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#05cdfd text on a black background
contrast 11.16:1
Card sample
#05cdfd text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #05cdfd;
Background color
Panel with #05cdfd background
background-color: #05cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #05cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #05cdfd; background: linear-gradient(135deg, #05cdfd, #0528FD);