#2cdcca
a balanced, vivid cyan · cool · closest name: turquoise
RGB
44, 220, 202
HSL
174°, 72%, 52%
CMYK
80, 0, 8, 14
Luminance
0.5599
Every format
| HEX | #2cdcca |
| RGB | rgb(44, 220, 202) |
| HSL | hsl(174, 72%, 52%) |
| CMYK | cmyk(80%, 0%, 8%, 14%) |
| LAB | lab(79.6 -46.1 -3.3) |
| LCH | lch(79.6 46.2 184.1) |
| OKLCH | oklch(0.807 0.136 184.1) |
Copy-ready code
/* CSS */
color: #2cdcca;
background-color: #2cdcca;
/* Tailwind (arbitrary) */
class="text-[#2cdcca] bg-[#2cdcca]"
/* SCSS */
$brand: #2cdcca;
/* SwiftUI */
Color(red: 0.173, green: 0.863, blue: 0.792)
/* Android */
Color.parseColor("#2cdcca")Accessibility — WCAG contrast
Aa
#2cdcca on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdcca on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green86.3%
Blue79.2%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow8.2%
Key (black)13.7%
Color previews
#2cdcca text on a black background
contrast 12.20:1
Card sample
#2cdcca text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdcca;
Background color
Panel with #2cdcca background
background-color: #2cdcca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdcca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 220, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 220, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdcca; background: linear-gradient(135deg, #2cdcca, #2C79DC);