#2cece2
a balanced, electric cyan · cool · closest name: turquoise
RGB
44, 236, 226
HSL
177°, 84%, 55%
CMYK
81, 0, 4, 8
Luminance
0.6602
Every format
| HEX | #2cece2 |
| RGB | rgb(44, 236, 226) |
| HSL | hsl(177, 84%, 55%) |
| CMYK | cmyk(81%, 0%, 4%, 8%) |
| LAB | lab(85.0 -46.4 -8.1) |
| LCH | lch(85.0 47.1 189.9) |
| OKLCH | oklch(0.854 0.141 189.2) |
Copy-ready code
/* CSS */
color: #2cece2;
background-color: #2cece2;
/* Tailwind (arbitrary) */
class="text-[#2cece2] bg-[#2cece2]"
/* SCSS */
$brand: #2cece2;
/* SwiftUI */
Color(red: 0.173, green: 0.925, blue: 0.886)
/* Android */
Color.parseColor("#2cece2")Accessibility — WCAG contrast
Aa
#2cece2 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cece2 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green92.5%
Blue88.6%
CMYK percentages
Cyan81.4%
Magenta0.0%
Yellow4.2%
Key (black)7.5%
Color previews
#2cece2 text on a black background
contrast 14.20:1
Card sample
#2cece2 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cece2;
Background color
Panel with #2cece2 background
background-color: #2cece2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cece2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 236, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 236, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cece2; background: linear-gradient(135deg, #2cece2, #2C76EC);