#2ac8be
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 200, 190
HSL
176°, 65%, 48%
CMYK
79, 0, 5, 22
Luminance
0.4552
Every format
| HEX | #2ac8be |
| RGB | rgb(42, 200, 190) |
| HSL | hsl(176, 65%, 48%) |
| CMYK | cmyk(79%, 0%, 5%, 22%) |
| LAB | lab(73.2 -40.8 -6.3) |
| LCH | lch(73.2 41.3 188.7) |
| OKLCH | oklch(0.754 0.123 188.2) |
Copy-ready code
/* CSS */
color: #2ac8be;
background-color: #2ac8be;
/* Tailwind (arbitrary) */
class="text-[#2ac8be] bg-[#2ac8be]"
/* SCSS */
$brand: #2ac8be;
/* SwiftUI */
Color(red: 0.165, green: 0.784, blue: 0.745)
/* Android */
Color.parseColor("#2ac8be")Accessibility — WCAG contrast
Aa
#2ac8be on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ac8be on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green78.4%
Blue74.5%
CMYK percentages
Cyan79.0%
Magenta0.0%
Yellow5.0%
Key (black)21.6%
Color previews
#2ac8be text on a black background
contrast 10.10:1
Card sample
#2ac8be text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ac8be;
Background color
Panel with #2ac8be background
background-color: #2ac8be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ac8be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 200, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 200, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ac8be; background: linear-gradient(135deg, #2ac8be, #2A69C8);