#2acac8
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 202, 200
HSL
179°, 66%, 48%
CMYK
79, 0, 1, 21
Luminance
0.4690
Every format
| HEX | #2acac8 |
| RGB | rgb(42, 202, 200) |
| HSL | hsl(179, 66%, 48%) |
| CMYK | cmyk(79%, 0%, 1%, 21%) |
| LAB | lab(74.1 -38.9 -10.4) |
| LCH | lch(74.1 40.2 194.9) |
| OKLCH | oklch(0.762 0.123 193.5) |
Copy-ready code
/* CSS */
color: #2acac8;
background-color: #2acac8;
/* Tailwind (arbitrary) */
class="text-[#2acac8] bg-[#2acac8]"
/* SCSS */
$brand: #2acac8;
/* SwiftUI */
Color(red: 0.165, green: 0.792, blue: 0.784)
/* Android */
Color.parseColor("#2acac8")Accessibility — WCAG contrast
Aa
#2acac8 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2acac8 on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green79.2%
Blue78.4%
CMYK percentages
Cyan79.2%
Magenta0.0%
Yellow1.0%
Key (black)20.8%
Color previews
#2acac8 text on a black background
contrast 10.38:1
Card sample
#2acac8 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2acac8;
Background color
Panel with #2acac8 background
background-color: #2acac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2acac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 202, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 202, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2acac8; background: linear-gradient(135deg, #2acac8, #2A61CA);