#2ac0bb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 192, 187
HSL
178°, 64%, 46%
CMYK
78, 0, 3, 25
Luminance
0.4178
Every format
| HEX | #2ac0bb |
| RGB | rgb(42, 192, 187) |
| HSL | hsl(178, 64%, 46%) |
| CMYK | cmyk(78%, 0%, 3%, 25%) |
| LAB | lab(70.7 -38.1 -8.4) |
| LCH | lch(70.7 39.0 192.4) |
| OKLCH | oklch(0.733 0.118 191.4) |
Copy-ready code
/* CSS */
color: #2ac0bb;
background-color: #2ac0bb;
/* Tailwind (arbitrary) */
class="text-[#2ac0bb] bg-[#2ac0bb]"
/* SCSS */
$brand: #2ac0bb;
/* SwiftUI */
Color(red: 0.165, green: 0.753, blue: 0.733)
/* Android */
Color.parseColor("#2ac0bb")Accessibility — WCAG contrast
Aa
#2ac0bb on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ac0bb on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green75.3%
Blue73.3%
CMYK percentages
Cyan78.1%
Magenta0.0%
Yellow2.6%
Key (black)24.7%
Color previews
#2ac0bb text on a black background
contrast 9.36:1
Card sample
#2ac0bb text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ac0bb;
Background color
Panel with #2ac0bb background
background-color: #2ac0bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ac0bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 192, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 192, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ac0bb; background: linear-gradient(135deg, #2ac0bb, #2A61C0);