#00cdff
a balanced, electric cyan · cool · closest name: skyblue
RGB
0, 205, 255
HSL
192°, 100%, 50%
CMYK
100, 20, 0, 0
Luminance
0.5088
Every format
| HEX | #00cdff |
| RGB | rgb(0, 205, 255) |
| HSL | hsl(192, 100%, 50%) |
| CMYK | cmyk(100%, 20%, 0%, 0%) |
| LAB | lab(76.6 -24.9 -36.2) |
| LCH | lch(76.6 43.9 235.5) |
| OKLCH | oklch(0.788 0.148 223.7) |
Copy-ready code
/* CSS */
color: #00cdff;
background-color: #00cdff;
/* Tailwind (arbitrary) */
class="text-[#00cdff] bg-[#00cdff]"
/* SCSS */
$brand: #00cdff;
/* SwiftUI */
Color(red: 0.000, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#00cdff")Accessibility — WCAG contrast
Aa
#00cdff on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00cdff on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green80.4%
Blue100.0%
CMYK percentages
Cyan100.0%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#00cdff text on a black background
contrast 11.18:1
Card sample
#00cdff text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00cdff;
Background color
Panel with #00cdff background
background-color: #00cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00cdff; background: linear-gradient(135deg, #00cdff, #0023FF);