#00cfdf
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 207, 223
HSL
184°, 100%, 44%
CMYK
100, 7, 0, 13
Luminance
0.4995
Every format
| HEX | #00cfdf |
| RGB | rgb(0, 207, 223) |
| HSL | hsl(184, 100%, 44%) |
| CMYK | cmyk(100%, 7%, 0%, 13%) |
| LAB | lab(76.0 -36.2 -19.9) |
| LCH | lch(76.0 41.3 208.8) |
| OKLCH | oklch(0.779 0.133 204.7) |
Copy-ready code
/* CSS */
color: #00cfdf;
background-color: #00cfdf;
/* Tailwind (arbitrary) */
class="text-[#00cfdf] bg-[#00cfdf]"
/* SCSS */
$brand: #00cfdf;
/* SwiftUI */
Color(red: 0.000, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#00cfdf")Accessibility — WCAG contrast
Aa
#00cfdf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00cfdf on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green81.2%
Blue87.5%
CMYK percentages
Cyan100.0%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#00cfdf text on a black background
contrast 10.99:1
Card sample
#00cfdf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00cfdf;
Background color
Panel with #00cfdf background
background-color: #00cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00cfdf; background: linear-gradient(135deg, #00cfdf, #003ADF);