#03ccbc
a dark, electric cyan · cool · closest name: turquoise
RGB
3, 204, 188
HSL
175°, 97%, 41%
CMYK
99, 0, 8, 20
Luminance
0.4684
Every format
| HEX | #03ccbc |
| RGB | rgb(3, 204, 188) |
| HSL | hsl(175, 97%, 41%) |
| CMYK | cmyk(99%, 0%, 8%, 20%) |
| LAB | lab(74.1 -45.2 -4.0) |
| LCH | lch(74.1 45.4 185.0) |
| OKLCH | oklch(0.760 0.134 184.9) |
Copy-ready code
/* CSS */
color: #03ccbc;
background-color: #03ccbc;
/* Tailwind (arbitrary) */
class="text-[#03ccbc] bg-[#03ccbc]"
/* SCSS */
$brand: #03ccbc;
/* SwiftUI */
Color(red: 0.012, green: 0.800, blue: 0.737)
/* Android */
Color.parseColor("#03ccbc")Accessibility — WCAG contrast
Aa
#03ccbc on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03ccbc on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green80.0%
Blue73.7%
CMYK percentages
Cyan98.5%
Magenta0.0%
Yellow7.8%
Key (black)20.0%
Color previews
#03ccbc text on a black background
contrast 10.37:1
Card sample
#03ccbc text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03ccbc;
Background color
Panel with #03ccbc background
background-color: #03ccbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03ccbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 204, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 204, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03ccbc; background: linear-gradient(135deg, #03ccbc, #0356CC);