#2acfc3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 207, 195
HSL
176°, 66%, 49%
CMYK
80, 0, 6, 19
Luminance
0.4906
Every format
| HEX | #2acfc3 |
| RGB | rgb(42, 207, 195) |
| HSL | hsl(176, 66%, 49%) |
| CMYK | cmyk(80%, 0%, 6%, 19%) |
| LAB | lab(75.5 -42.5 -5.6) |
| LCH | lch(75.5 42.9 187.5) |
| OKLCH | oklch(0.773 0.128 187.2) |
Copy-ready code
/* CSS */
color: #2acfc3;
background-color: #2acfc3;
/* Tailwind (arbitrary) */
class="text-[#2acfc3] bg-[#2acfc3]"
/* SCSS */
$brand: #2acfc3;
/* SwiftUI */
Color(red: 0.165, green: 0.812, blue: 0.765)
/* Android */
Color.parseColor("#2acfc3")Accessibility — WCAG contrast
Aa
#2acfc3 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2acfc3 on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green81.2%
Blue76.5%
CMYK percentages
Cyan79.7%
Magenta0.0%
Yellow5.8%
Key (black)18.8%
Color previews
#2acfc3 text on a black background
contrast 10.81:1
Card sample
#2acfc3 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2acfc3;
Background color
Panel with #2acfc3 background
background-color: #2acfc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2acfc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 207, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 207, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2acfc3; background: linear-gradient(135deg, #2acfc3, #2A6DCF);