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