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