#2cdbcb
a balanced, vivid cyan · cool · “turquoise”
RGB
44, 219, 203
HSL
175°, 71%, 52%
CMYK
80, 0, 7, 14
Luminance
0.5551
Every format
| HEX | #2cdbcb |
| RGB | rgb(44, 219, 203) |
| HSL | hsl(175, 71%, 52%) |
| CMYK | cmyk(80%, 0%, 7%, 14%) |
| LAB | lab(79.3 -45.4 -4.3) |
| LCH | lch(79.3 45.6 185.4) |
| OKLCH | oklch(0.805 0.135 185.2) |
Copy-ready code
/* CSS */
color: #2cdbcb;
background-color: #2cdbcb;
/* Tailwind (arbitrary) */
class="text-[#2cdbcb] bg-[#2cdbcb]"
/* SCSS */
$brand: #2cdbcb;
/* SwiftUI */
Color(red: 0.173, green: 0.859, blue: 0.796)
/* Android */
Color.parseColor("#2cdbcb")Accessibility — WCAG contrast
Aa
#2cdbcb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdbcb on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green85.9%
Blue79.6%
CMYK percentages
Cyan79.9%
Magenta0.0%
Yellow7.3%
Key (black)14.1%
Color previews
#2cdbcb text on a black background
contrast 12.10:1
Card sample
#2cdbcb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdbcb;
Background color
Panel with #2cdbcb background
background-color: #2cdbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 219, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 219, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdbcb; background: linear-gradient(135deg, #2cdbcb, #2C76DB);