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