#03dbff
a balanced, electric cyan · cool · closest name: skyblue
RGB
3, 219, 255
HSL
189°, 100%, 51%
CMYK
99, 14, 0, 0
Luminance
0.5790
Every format
| HEX | #03dbff |
| RGB | rgb(3, 219, 255) |
| HSL | hsl(189, 100%, 51%) |
| CMYK | cmyk(99%, 14%, 0%, 0%) |
| LAB | lab(80.7 -31.7 -29.9) |
| LCH | lch(80.7 43.6 223.4) |
| OKLCH | oklch(0.821 0.145 215.3) |
Copy-ready code
/* CSS */
color: #03dbff;
background-color: #03dbff;
/* Tailwind (arbitrary) */
class="text-[#03dbff] bg-[#03dbff]"
/* SCSS */
$brand: #03dbff;
/* SwiftUI */
Color(red: 0.012, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#03dbff")Accessibility — WCAG contrast
Aa
#03dbff on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03dbff on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green85.9%
Blue100.0%
CMYK percentages
Cyan98.8%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#03dbff text on a black background
contrast 12.58:1
Card sample
#03dbff text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03dbff;
Background color
Panel with #03dbff background
background-color: #03dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03dbff; background: linear-gradient(135deg, #03dbff, #0333FF);