#2acebf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 206, 191
HSL
175°, 66%, 49%
CMYK
80, 0, 7, 19
Luminance
0.4840
Every format
| HEX | #2acebf |
| RGB | rgb(42, 206, 191) |
| HSL | hsl(175, 66%, 49%) |
| CMYK | cmyk(80%, 0%, 7%, 19%) |
| LAB | lab(75.1 -43.2 -4.1) |
| LCH | lch(75.1 43.4 185.4) |
| OKLCH | oklch(0.769 0.128 185.3) |
Copy-ready code
/* CSS */
color: #2acebf;
background-color: #2acebf;
/* Tailwind (arbitrary) */
class="text-[#2acebf] bg-[#2acebf]"
/* SCSS */
$brand: #2acebf;
/* SwiftUI */
Color(red: 0.165, green: 0.808, blue: 0.749)
/* Android */
Color.parseColor("#2acebf")Accessibility — WCAG contrast
Aa
#2acebf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2acebf on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green80.8%
Blue74.9%
CMYK percentages
Cyan79.6%
Magenta0.0%
Yellow7.3%
Key (black)19.2%
Color previews
#2acebf text on a black background
contrast 10.68:1
Card sample
#2acebf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2acebf;
Background color
Panel with #2acebf background
background-color: #2acebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2acebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 206, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 206, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2acebf; background: linear-gradient(135deg, #2acebf, #2A70CE);