#2ceccd
a balanced, electric cyan · cool · closest name: turquoise
RGB
44, 236, 205
HSL
170°, 84%, 55%
CMYK
81, 0, 13, 8
Luminance
0.6493
Every format
| HEX | #2ceccd |
| RGB | rgb(44, 236, 205) |
| HSL | hsl(170, 84%, 55%) |
| CMYK | cmyk(81%, 0%, 13%, 8%) |
| LAB | lab(84.5 -52.0 2.2) |
| LCH | lch(84.5 52.0 177.6) |
| OKLCH | oklch(0.847 0.149 178.1) |
Copy-ready code
/* CSS */
color: #2ceccd;
background-color: #2ceccd;
/* Tailwind (arbitrary) */
class="text-[#2ceccd] bg-[#2ceccd]"
/* SCSS */
$brand: #2ceccd;
/* SwiftUI */
Color(red: 0.173, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#2ceccd")Accessibility — WCAG contrast
Aa
#2ceccd on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ceccd on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green92.5%
Blue80.4%
CMYK percentages
Cyan81.4%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#2ceccd text on a black background
contrast 13.99:1
Card sample
#2ceccd text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ceccd;
Background color
Panel with #2ceccd background
background-color: #2ceccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ceccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ceccd; background: linear-gradient(135deg, #2ceccd, #2C8BEC);