#03ccda
a dark, electric cyan · cool · closest name: turquoise
RGB
3, 204, 218
HSL
184°, 97%, 43%
CMYK
99, 6, 0, 15
Luminance
0.4827
Every format
| HEX | #03ccda |
| RGB | rgb(3, 204, 218) |
| HSL | hsl(184, 97%, 43%) |
| CMYK | cmyk(99%, 6%, 0%, 15%) |
| LAB | lab(75.0 -36.3 -18.8) |
| LCH | lch(75.0 40.9 207.4) |
| OKLCH | oklch(0.770 0.131 203.6) |
Copy-ready code
/* CSS */
color: #03ccda;
background-color: #03ccda;
/* Tailwind (arbitrary) */
class="text-[#03ccda] bg-[#03ccda]"
/* SCSS */
$brand: #03ccda;
/* SwiftUI */
Color(red: 0.012, green: 0.800, blue: 0.855)
/* Android */
Color.parseColor("#03ccda")Accessibility — WCAG contrast
Aa
#03ccda on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03ccda on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green80.0%
Blue85.5%
CMYK percentages
Cyan98.6%
Magenta6.4%
Yellow0.0%
Key (black)14.5%
Color previews
#03ccda text on a black background
contrast 10.65:1
Card sample
#03ccda text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03ccda;
Background color
Panel with #03ccda background
background-color: #03ccda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03ccda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 204, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 204, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03ccda; background: linear-gradient(135deg, #03ccda, #033DDA);