#00cdda
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 205, 218
HSL
184°, 100%, 43%
CMYK
100, 6, 0, 15
Luminance
0.4872
Every format
| HEX | #00cdda |
| RGB | rgb(0, 205, 218) |
| HSL | hsl(184, 100%, 43%) |
| CMYK | cmyk(100%, 6%, 0%, 15%) |
| LAB | lab(75.3 -36.8 -18.4) |
| LCH | lch(75.3 41.2 206.5) |
| OKLCH | oklch(0.773 0.132 202.9) |
Copy-ready code
/* CSS */
color: #00cdda;
background-color: #00cdda;
/* Tailwind (arbitrary) */
class="text-[#00cdda] bg-[#00cdda]"
/* SCSS */
$brand: #00cdda;
/* SwiftUI */
Color(red: 0.000, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#00cdda")Accessibility — WCAG contrast
Aa
#00cdda on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00cdda on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green80.4%
Blue85.5%
CMYK percentages
Cyan100.0%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#00cdda text on a black background
contrast 10.74:1
Card sample
#00cdda text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00cdda;
Background color
Panel with #00cdda background
background-color: #00cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00cdda; background: linear-gradient(135deg, #00cdda, #003CDA);