#03cce2
a dark, electric cyan · cool · closest name: skyblue
RGB
3, 204, 226
HSL
186°, 97%, 45%
CMYK
99, 10, 0, 11
Luminance
0.4870
Every format
| HEX | #03cce2 |
| RGB | rgb(3, 204, 226) |
| HSL | hsl(186, 97%, 45%) |
| CMYK | cmyk(99%, 10%, 0%, 11%) |
| LAB | lab(75.3 -33.8 -22.7) |
| LCH | lch(75.3 40.7 213.9) |
| OKLCH | oklch(0.773 0.133 208.5) |
Copy-ready code
/* CSS */
color: #03cce2;
background-color: #03cce2;
/* Tailwind (arbitrary) */
class="text-[#03cce2] bg-[#03cce2]"
/* SCSS */
$brand: #03cce2;
/* SwiftUI */
Color(red: 0.012, green: 0.800, blue: 0.886)
/* Android */
Color.parseColor("#03cce2")Accessibility — WCAG contrast
Aa
#03cce2 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03cce2 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green80.0%
Blue88.6%
CMYK percentages
Cyan98.7%
Magenta9.7%
Yellow0.0%
Key (black)11.4%
Color previews
#03cce2 text on a black background
contrast 10.74:1
Card sample
#03cce2 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03cce2;
Background color
Panel with #03cce2 background
background-color: #03cce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03cce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 204, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 204, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03cce2; background: linear-gradient(135deg, #03cce2, #0337E2);