#03ccbf
a dark, electric cyan · cool · closest name: turquoise
RGB
3, 204, 191
HSL
176°, 97%, 41%
CMYK
99, 0, 6, 20
Luminance
0.4697
Every format
| HEX | #03ccbf |
| RGB | rgb(3, 204, 191) |
| HSL | hsl(176, 97%, 41%) |
| CMYK | cmyk(99%, 0%, 6%, 20%) |
| LAB | lab(74.2 -44.4 -5.5) |
| LCH | lch(74.2 44.7 187.0) |
| OKLCH | oklch(0.761 0.133 186.7) |
Copy-ready code
/* CSS */
color: #03ccbf;
background-color: #03ccbf;
/* Tailwind (arbitrary) */
class="text-[#03ccbf] bg-[#03ccbf]"
/* SCSS */
$brand: #03ccbf;
/* SwiftUI */
Color(red: 0.012, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#03ccbf")Accessibility — WCAG contrast
Aa
#03ccbf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#03ccbf on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green80.0%
Blue74.9%
CMYK percentages
Cyan98.5%
Magenta0.0%
Yellow6.4%
Key (black)20.0%
Color previews
#03ccbf text on a black background
contrast 10.39:1
Card sample
#03ccbf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #03ccbf;
Background color
Panel with #03ccbf background
background-color: #03ccbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #03ccbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #03ccbf; background: linear-gradient(135deg, #03ccbf, #0353CC);