#03c7ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
3, 199, 255
HSL
193°, 100%, 51%
CMYK
99, 22, 0, 0
Luminance
0.4809
Every format
| HEX | #03c7ff |
| RGB | rgb(3, 199, 255) |
| HSL | hsl(193, 100%, 51%) |
| CMYK | cmyk(99%, 22%, 0%, 0%) |
| LAB | lab(74.9 -21.8 -38.9) |
| LCH | lch(74.9 44.6 240.8) |
| OKLCH | oklch(0.774 0.149 227.2) |
Copy-ready code
/* CSS */
color: #03c7ff;
background-color: #03c7ff;
/* Tailwind (arbitrary) */
class="text-[#03c7ff] bg-[#03c7ff]"
/* SCSS */
$brand: #03c7ff;
/* SwiftUI */
Color(red: 0.012, green: 0.780, blue: 1.000)
/* Android */
Color.parseColor("#03c7ff")Accessibility — WCAG contrast
Aa
#03c7ff on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03c7ff on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green78.0%
Blue100.0%
CMYK percentages
Cyan98.8%
Magenta22.0%
Yellow0.0%
Key (black)0.0%
Color previews
#03c7ff text on a black background
contrast 10.62:1
Card sample
#03c7ff text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03c7ff;
Background color
Panel with #03c7ff background
background-color: #03c7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03c7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 199, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 199, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03c7ff; background: linear-gradient(135deg, #03c7ff, #031FFF);