#00c5cf
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 197, 207
HSL
183°, 100%, 41%
CMYK
100, 5, 0, 19
Luminance
0.4444
Every format
| HEX | #00c5cf |
| RGB | rgb(0, 197, 207) |
| HSL | hsl(183, 100%, 41%) |
| CMYK | cmyk(100%, 5%, 0%, 19%) |
| LAB | lab(72.5 -36.5 -16.6) |
| LCH | lch(72.5 40.1 204.4) |
| OKLCH | oklch(0.749 0.127 201.3) |
Copy-ready code
/* CSS */
color: #00c5cf;
background-color: #00c5cf;
/* Tailwind (arbitrary) */
class="text-[#00c5cf] bg-[#00c5cf]"
/* SCSS */
$brand: #00c5cf;
/* SwiftUI */
Color(red: 0.000, green: 0.773, blue: 0.812)
/* Android */
Color.parseColor("#00c5cf")Accessibility — WCAG contrast
Aa
#00c5cf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00c5cf on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green77.3%
Blue81.2%
CMYK percentages
Cyan100.0%
Magenta4.8%
Yellow0.0%
Key (black)18.8%
Color previews
#00c5cf text on a black background
contrast 9.89:1
Card sample
#00c5cf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00c5cf;
Background color
Panel with #00c5cf background
background-color: #00c5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00c5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 197, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 197, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00c5cf; background: linear-gradient(135deg, #00c5cf, #003BCF);