#2cddcd
a balanced, vivid cyan · cool · “turquoise”
RGB
44, 221, 205
HSL
175°, 72%, 52%
CMYK
80, 0, 7, 13
Luminance
0.5666
Every format
| HEX | #2cddcd |
| RGB | rgb(44, 221, 205) |
| HSL | hsl(175, 72%, 52%) |
| CMYK | cmyk(80%, 0%, 7%, 13%) |
| LAB | lab(80.0 -45.7 -4.3) |
| LCH | lch(80.0 45.9 185.4) |
| OKLCH | oklch(0.811 0.136 185.3) |
Copy-ready code
/* CSS */
color: #2cddcd;
background-color: #2cddcd;
/* Tailwind (arbitrary) */
class="text-[#2cddcd] bg-[#2cddcd]"
/* SCSS */
$brand: #2cddcd;
/* SwiftUI */
Color(red: 0.173, green: 0.867, blue: 0.804)
/* Android */
Color.parseColor("#2cddcd")Accessibility — WCAG contrast
Aa
#2cddcd on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cddcd on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green86.7%
Blue80.4%
CMYK percentages
Cyan80.1%
Magenta0.0%
Yellow7.2%
Key (black)13.3%
Color previews
#2cddcd text on a black background
contrast 12.33:1
Card sample
#2cddcd text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cddcd;
Background color
Panel with #2cddcd background
background-color: #2cddcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cddcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 221, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 221, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cddcd; background: linear-gradient(135deg, #2cddcd, #2C77DD);