#2cdadf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 218, 223
HSL
182°, 74%, 52%
CMYK
80, 2, 0, 13
Luminance
0.5601
Every format
| HEX | #2cdadf |
| RGB | rgb(44, 218, 223) |
| HSL | hsl(182, 74%, 52%) |
| CMYK | cmyk(80%, 2%, 0%, 13%) |
| LAB | lab(79.6 -39.3 -14.5) |
| LCH | lch(79.6 41.9 200.3) |
| OKLCH | oklch(0.809 0.131 198.0) |
Copy-ready code
/* CSS */
color: #2cdadf;
background-color: #2cdadf;
/* Tailwind (arbitrary) */
class="text-[#2cdadf] bg-[#2cdadf]"
/* SCSS */
$brand: #2cdadf;
/* SwiftUI */
Color(red: 0.173, green: 0.855, blue: 0.875)
/* Android */
Color.parseColor("#2cdadf")Accessibility — WCAG contrast
Aa
#2cdadf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdadf on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green85.5%
Blue87.5%
CMYK percentages
Cyan80.3%
Magenta2.2%
Yellow0.0%
Key (black)12.5%
Color previews
#2cdadf text on a black background
contrast 12.20:1
Card sample
#2cdadf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdadf;
Background color
Panel with #2cdadf background
background-color: #2cdadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 218, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 218, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdadf; background: linear-gradient(135deg, #2cdadf, #2C63DF);