#00c7d6
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 199, 214
HSL
184°, 100%, 42%
CMYK
100, 7, 0, 16
Luminance
0.4570
Every format
| HEX | #00c7d6 |
| RGB | rgb(0, 199, 214) |
| HSL | hsl(184, 100%, 42%) |
| CMYK | cmyk(100%, 7%, 0%, 16%) |
| LAB | lab(73.3 -35.3 -19.1) |
| LCH | lch(73.3 40.1 208.5) |
| OKLCH | oklch(0.757 0.129 204.4) |
Copy-ready code
/* CSS */
color: #00c7d6;
background-color: #00c7d6;
/* Tailwind (arbitrary) */
class="text-[#00c7d6] bg-[#00c7d6]"
/* SCSS */
$brand: #00c7d6;
/* SwiftUI */
Color(red: 0.000, green: 0.780, blue: 0.839)
/* Android */
Color.parseColor("#00c7d6")Accessibility — WCAG contrast
Aa
#00c7d6 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00c7d6 on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green78.0%
Blue83.9%
CMYK percentages
Cyan100.0%
Magenta7.0%
Yellow0.0%
Key (black)16.1%
Color previews
#00c7d6 text on a black background
contrast 10.14:1
Card sample
#00c7d6 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00c7d6;
Background color
Panel with #00c7d6 background
background-color: #00c7d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00c7d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 199, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 199, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00c7d6; background: linear-gradient(135deg, #00c7d6, #0038D6);