#03cc9a
a dark, electric cyan · cool · closest name: aquamarine
RGB
3, 204, 154
HSL
165°, 97%, 41%
CMYK
99, 0, 25, 20
Luminance
0.4554
Every format
| HEX | #03cc9a |
| RGB | rgb(3, 204, 154) |
| HSL | hsl(165, 97%, 41%) |
| CMYK | cmyk(99%, 0%, 25%, 20%) |
| LAB | lab(73.2 -54.1 13.2) |
| LCH | lch(73.2 55.7 166.3) |
| OKLCH | oklch(0.750 0.153 167.3) |
Copy-ready code
/* CSS */
color: #03cc9a;
background-color: #03cc9a;
/* Tailwind (arbitrary) */
class="text-[#03cc9a] bg-[#03cc9a]"
/* SCSS */
$brand: #03cc9a;
/* SwiftUI */
Color(red: 0.012, green: 0.800, blue: 0.604)
/* Android */
Color.parseColor("#03cc9a")Accessibility — WCAG contrast
Aa
#03cc9a on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03cc9a on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green80.0%
Blue60.4%
CMYK percentages
Cyan98.5%
Magenta0.0%
Yellow24.5%
Key (black)20.0%
Color previews
#03cc9a text on a black background
contrast 10.11:1
Card sample
#03cc9a text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03cc9a;
Background color
Panel with #03cc9a background
background-color: #03cc9a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03cc9a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 204, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 204, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03cc9a; background: linear-gradient(135deg, #03cc9a, #0378CC);