#2acfa1
a balanced, vivid cyan · cool · closest name: turquoise
RGB
42, 207, 161
HSL
163°, 66%, 49%
CMYK
80, 0, 22, 19
Luminance
0.4769
Every format
| HEX | #2acfa1 |
| RGB | rgb(42, 207, 161) |
| HSL | hsl(163, 66%, 49%) |
| CMYK | cmyk(80%, 0%, 22%, 19%) |
| LAB | lab(74.6 -51.4 11.4) |
| LCH | lch(74.6 52.6 167.5) |
| OKLCH | oklch(0.763 0.145 168.4) |
Copy-ready code
/* CSS */
color: #2acfa1;
background-color: #2acfa1;
/* Tailwind (arbitrary) */
class="text-[#2acfa1] bg-[#2acfa1]"
/* SCSS */
$brand: #2acfa1;
/* SwiftUI */
Color(red: 0.165, green: 0.812, blue: 0.631)
/* Android */
Color.parseColor("#2acfa1")Accessibility — WCAG contrast
Aa
#2acfa1 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2acfa1 on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green81.2%
Blue63.1%
CMYK percentages
Cyan79.7%
Magenta0.0%
Yellow22.2%
Key (black)18.8%
Color previews
#2acfa1 text on a black background
contrast 10.54:1
Card sample
#2acfa1 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2acfa1;
Background color
Panel with #2acfa1 background
background-color: #2acfa1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2acfa1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 207, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 207, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2acfa1; background: linear-gradient(135deg, #2acfa1, #2A8FCF);