#03ccdf
a dark, electric cyan · cool · closest name: skyblue
RGB
3, 204, 223
HSL
185°, 97%, 44%
CMYK
99, 9, 0, 13
Luminance
0.4853
Every format
| HEX | #03ccdf |
| RGB | rgb(3, 204, 223) |
| HSL | hsl(185, 97%, 44%) |
| CMYK | cmyk(99%, 9%, 0%, 13%) |
| LAB | lab(75.2 -34.7 -21.3) |
| LCH | lch(75.2 40.7 211.5) |
| OKLCH | oklch(0.772 0.132 206.7) |
Copy-ready code
/* CSS */
color: #03ccdf;
background-color: #03ccdf;
/* Tailwind (arbitrary) */
class="text-[#03ccdf] bg-[#03ccdf]"
/* SCSS */
$brand: #03ccdf;
/* SwiftUI */
Color(red: 0.012, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#03ccdf")Accessibility — WCAG contrast
Aa
#03ccdf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03ccdf on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green80.0%
Blue87.5%
CMYK percentages
Cyan98.7%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#03ccdf text on a black background
contrast 10.71:1
Card sample
#03ccdf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03ccdf;
Background color
Panel with #03ccdf background
background-color: #03ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03ccdf; background: linear-gradient(135deg, #03ccdf, #0339DF);