#03ccfa
a balanced, electric cyan · cool · closest name: skyblue
RGB
3, 204, 250
HSL
191°, 98%, 50%
CMYK
99, 18, 0, 2
Luminance
0.5011
Every format
| HEX | #03ccfa |
| RGB | rgb(3, 204, 250) |
| HSL | hsl(191, 98%, 50%) |
| CMYK | cmyk(99%, 18%, 0%, 2%) |
| LAB | lab(76.1 -26.0 -34.3) |
| LCH | lch(76.1 43.0 232.9) |
| OKLCH | oklch(0.783 0.144 221.9) |
Copy-ready code
/* CSS */
color: #03ccfa;
background-color: #03ccfa;
/* Tailwind (arbitrary) */
class="text-[#03ccfa] bg-[#03ccfa]"
/* SCSS */
$brand: #03ccfa;
/* SwiftUI */
Color(red: 0.012, green: 0.800, blue: 0.980)
/* Android */
Color.parseColor("#03ccfa")Accessibility — WCAG contrast
Aa
#03ccfa on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03ccfa on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green80.0%
Blue98.0%
CMYK percentages
Cyan98.8%
Magenta18.4%
Yellow0.0%
Key (black)2.0%
Color previews
#03ccfa text on a black background
contrast 11.02:1
Card sample
#03ccfa text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03ccfa;
Background color
Panel with #03ccfa background
background-color: #03ccfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03ccfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 204, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 204, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03ccfa; background: linear-gradient(135deg, #03ccfa, #0327FA);