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