#2ce1cf
a balanced, electric cyan · cool · closest name: turquoise
RGB
44, 225, 207
HSL
174°, 75%, 53%
CMYK
80, 0, 8, 12
Luminance
0.5889
Every format
| HEX | #2ce1cf |
| RGB | rgb(44, 225, 207) |
| HSL | hsl(174, 75%, 53%) |
| CMYK | cmyk(80%, 0%, 8%, 12%) |
| LAB | lab(81.2 -46.8 -3.6) |
| LCH | lch(81.2 47.0 184.4) |
| OKLCH | oklch(0.821 0.138 184.3) |
Copy-ready code
/* CSS */
color: #2ce1cf;
background-color: #2ce1cf;
/* Tailwind (arbitrary) */
class="text-[#2ce1cf] bg-[#2ce1cf]"
/* SCSS */
$brand: #2ce1cf;
/* SwiftUI */
Color(red: 0.173, green: 0.882, blue: 0.812)
/* Android */
Color.parseColor("#2ce1cf")Accessibility — WCAG contrast
Aa
#2ce1cf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ce1cf on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green88.2%
Blue81.2%
CMYK percentages
Cyan80.4%
Magenta0.0%
Yellow8.0%
Key (black)11.8%
Color previews
#2ce1cf text on a black background
contrast 12.78:1
Card sample
#2ce1cf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ce1cf;
Background color
Panel with #2ce1cf background
background-color: #2ce1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ce1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 225, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 225, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ce1cf; background: linear-gradient(135deg, #2ce1cf, #2C7AE1);