#00ccc4
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 204, 196
HSL
178°, 100%, 40%
CMYK
100, 0, 4, 20
Luminance
0.4717
Every format
| HEX | #00ccc4 |
| RGB | rgb(0, 204, 196) |
| HSL | hsl(178, 100%, 40%) |
| CMYK | cmyk(100%, 0%, 4%, 20%) |
| LAB | lab(74.3 -43.0 -8.0) |
| LCH | lch(74.3 43.7 190.5) |
| OKLCH | oklch(0.762 0.132 189.8) |
Copy-ready code
/* CSS */
color: #00ccc4;
background-color: #00ccc4;
/* Tailwind (arbitrary) */
class="text-[#00ccc4] bg-[#00ccc4]"
/* SCSS */
$brand: #00ccc4;
/* SwiftUI */
Color(red: 0.000, green: 0.800, blue: 0.769)
/* Android */
Color.parseColor("#00ccc4")Accessibility — WCAG contrast
Aa
#00ccc4 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00ccc4 on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green80.0%
Blue76.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow3.9%
Key (black)20.0%
Color previews
#00ccc4 text on a black background
contrast 10.43:1
Card sample
#00ccc4 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00ccc4;
Background color
Panel with #00ccc4 background
background-color: #00ccc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00ccc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 204, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 204, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00ccc4; background: linear-gradient(135deg, #00ccc4, #004CCC);