#00cccf
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 204, 207
HSL
181°, 100%, 41%
CMYK
100, 1, 0, 19
Luminance
0.4769
Every format
| HEX | #00cccf |
| RGB | rgb(0, 204, 207) |
| HSL | hsl(181, 100%, 41%) |
| CMYK | cmyk(100%, 1%, 0%, 19%) |
| LAB | lab(74.6 -39.7 -13.4) |
| LCH | lch(74.6 42.0 198.7) |
| OKLCH | oklch(0.766 0.131 196.7) |
Copy-ready code
/* CSS */
color: #00cccf;
background-color: #00cccf;
/* Tailwind (arbitrary) */
class="text-[#00cccf] bg-[#00cccf]"
/* SCSS */
$brand: #00cccf;
/* SwiftUI */
Color(red: 0.000, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#00cccf")Accessibility — WCAG contrast
Aa
#00cccf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00cccf on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green80.0%
Blue81.2%
CMYK percentages
Cyan100.0%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#00cccf text on a black background
contrast 10.54:1
Card sample
#00cccf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00cccf;
Background color
Panel with #00cccf background
background-color: #00cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00cccf; background: linear-gradient(135deg, #00cccf, #0042CF);