#03cca0
a dark, electric cyan · cool · closest name: turquoise
RGB
3, 204, 160
HSL
167°, 97%, 41%
CMYK
99, 0, 22, 20
Luminance
0.4574
Every format
| HEX | #03cca0 |
| RGB | rgb(3, 204, 160) |
| HSL | hsl(167, 97%, 41%) |
| CMYK | cmyk(99%, 0%, 22%, 20%) |
| LAB | lab(73.4 -52.7 10.1) |
| LCH | lch(73.4 53.6 169.1) |
| OKLCH | oklch(0.752 0.149 170.0) |
Copy-ready code
/* CSS */
color: #03cca0;
background-color: #03cca0;
/* Tailwind (arbitrary) */
class="text-[#03cca0] bg-[#03cca0]"
/* SCSS */
$brand: #03cca0;
/* SwiftUI */
Color(red: 0.012, green: 0.800, blue: 0.627)
/* Android */
Color.parseColor("#03cca0")Accessibility — WCAG contrast
Aa
#03cca0 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03cca0 on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green80.0%
Blue62.7%
CMYK percentages
Cyan98.5%
Magenta0.0%
Yellow21.6%
Key (black)20.0%
Color previews
#03cca0 text on a black background
contrast 10.15:1
Card sample
#03cca0 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03cca0;
Background color
Panel with #03cca0 background
background-color: #03cca0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03cca0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 204, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 204, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03cca0; background: linear-gradient(135deg, #03cca0, #0372CC);