#03ccee
a balanced, electric cyan · cool · closest name: skyblue
RGB
3, 204, 238
HSL
189°, 98%, 47%
CMYK
99, 14, 0, 7
Luminance
0.4938
Every format
| HEX | #03ccee |
| RGB | rgb(3, 204, 238) |
| HSL | hsl(189, 98%, 47%) |
| CMYK | cmyk(99%, 14%, 0%, 7%) |
| LAB | lab(75.7 -29.9 -28.5) |
| LCH | lch(75.7 41.4 223.6) |
| OKLCH | oklch(0.778 0.138 215.5) |
Copy-ready code
/* CSS */
color: #03ccee;
background-color: #03ccee;
/* Tailwind (arbitrary) */
class="text-[#03ccee] bg-[#03ccee]"
/* SCSS */
$brand: #03ccee;
/* SwiftUI */
Color(red: 0.012, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#03ccee")Accessibility — WCAG contrast
Aa
#03ccee on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03ccee on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green80.0%
Blue93.3%
CMYK percentages
Cyan98.7%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#03ccee text on a black background
contrast 10.88:1
Card sample
#03ccee text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03ccee;
Background color
Panel with #03ccee background
background-color: #03ccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03ccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03ccee; background: linear-gradient(135deg, #03ccee, #032FEE);