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