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