#00decf
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 222, 207
HSL
176°, 100%, 44%
CMYK
100, 0, 7, 13
Luminance
0.5675
Every format
| HEX | #00decf |
| RGB | rgb(0, 222, 207) |
| HSL | hsl(176, 100%, 44%) |
| CMYK | cmyk(100%, 0%, 7%, 13%) |
| LAB | lab(80.0 -47.6 -5.4) |
| LCH | lch(80.0 47.9 186.4) |
| OKLCH | oklch(0.810 0.142 186.2) |
Copy-ready code
/* CSS */
color: #00decf;
background-color: #00decf;
/* Tailwind (arbitrary) */
class="text-[#00decf] bg-[#00decf]"
/* SCSS */
$brand: #00decf;
/* SwiftUI */
Color(red: 0.000, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#00decf")Accessibility — WCAG contrast
Aa
#00decf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00decf on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green87.1%
Blue81.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#00decf text on a black background
contrast 12.35:1
Card sample
#00decf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00decf;
Background color
Panel with #00decf background
background-color: #00decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00decf; background: linear-gradient(135deg, #00decf, #0059DE);