#0dcdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
13, 205, 253
HSL
192°, 98%, 52%
CMYK
95, 19, 0, 1
Luminance
0.5084
Every format
| HEX | #0dcdfd |
| RGB | rgb(13, 205, 253) |
| HSL | hsl(192, 98%, 52%) |
| CMYK | cmyk(95%, 19%, 0%, 1%) |
| LAB | lab(76.6 -25.2 -35.2) |
| LCH | lch(76.6 43.3 234.4) |
| OKLCH | oklch(0.788 0.145 222.9) |
Copy-ready code
/* CSS */
color: #0dcdfd;
background-color: #0dcdfd;
/* Tailwind (arbitrary) */
class="text-[#0dcdfd] bg-[#0dcdfd]"
/* SCSS */
$brand: #0dcdfd;
/* SwiftUI */
Color(red: 0.051, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#0dcdfd")Accessibility — WCAG contrast
Aa
#0dcdfd on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dcdfd on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green80.4%
Blue99.2%
CMYK percentages
Cyan94.9%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#0dcdfd text on a black background
contrast 11.17:1
Card sample
#0dcdfd text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dcdfd;
Background color
Panel with #0dcdfd background
background-color: #0dcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dcdfd; background: linear-gradient(135deg, #0dcdfd, #0D2DFD);