#2acecc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 206, 204
HSL
179°, 66%, 49%
CMYK
80, 0, 1, 19
Luminance
0.4899
Every format
| HEX | #2acecc |
| RGB | rgb(42, 206, 204) |
| HSL | hsl(179, 66%, 49%) |
| CMYK | cmyk(80%, 0%, 1%, 19%) |
| LAB | lab(75.5 -39.5 -10.6) |
| LCH | lch(75.5 40.9 195.0) |
| OKLCH | oklch(0.774 0.125 193.6) |
Copy-ready code
/* CSS */
color: #2acecc;
background-color: #2acecc;
/* Tailwind (arbitrary) */
class="text-[#2acecc] bg-[#2acecc]"
/* SCSS */
$brand: #2acecc;
/* SwiftUI */
Color(red: 0.165, green: 0.808, blue: 0.800)
/* Android */
Color.parseColor("#2acecc")Accessibility — WCAG contrast
Aa
#2acecc on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2acecc on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green80.8%
Blue80.0%
CMYK percentages
Cyan79.6%
Magenta0.0%
Yellow1.0%
Key (black)19.2%
Color previews
#2acecc text on a black background
contrast 10.80:1
Card sample
#2acecc text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2acecc;
Background color
Panel with #2acecc background
background-color: #2acecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2acecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 206, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 206, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2acecc; background: linear-gradient(135deg, #2acecc, #2A63CE);