#03bdfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
3, 189, 251
HSL
195°, 98%, 50%
CMYK
99, 25, 0, 2
Luminance
0.4338
Every format
| HEX | #03bdfb |
| RGB | rgb(3, 189, 251) |
| HSL | hsl(195, 98%, 50%) |
| CMYK | cmyk(99%, 25%, 0%, 2%) |
| LAB | lab(71.8 -17.9 -41.5) |
| LCH | lch(71.8 45.2 246.7) |
| OKLCH | oklch(0.749 0.151 231.1) |
Copy-ready code
/* CSS */
color: #03bdfb;
background-color: #03bdfb;
/* Tailwind (arbitrary) */
class="text-[#03bdfb] bg-[#03bdfb]"
/* SCSS */
$brand: #03bdfb;
/* SwiftUI */
Color(red: 0.012, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#03bdfb")Accessibility — WCAG contrast
Aa
#03bdfb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03bdfb on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green74.1%
Blue98.4%
CMYK percentages
Cyan98.8%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#03bdfb text on a black background
contrast 9.68:1
Card sample
#03bdfb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03bdfb;
Background color
Panel with #03bdfb background
background-color: #03bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03bdfb; background: linear-gradient(135deg, #03bdfb, #0318FB);