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