#3acdaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
58, 205, 175
HSL
168°, 60%, 52%
CMYK
72, 0, 15, 20
Luminance
0.4766
Every format
| HEX | #3acdaf |
| RGB | rgb(58, 205, 175) |
| HSL | hsl(168, 60%, 52%) |
| CMYK | cmyk(72%, 0%, 15%, 20%) |
| LAB | lab(74.6 -45.2 3.9) |
| LCH | lch(74.6 45.4 175.1) |
| OKLCH | oklch(0.765 0.129 175.7) |
Copy-ready code
/* CSS */
color: #3acdaf;
background-color: #3acdaf;
/* Tailwind (arbitrary) */
class="text-[#3acdaf] bg-[#3acdaf]"
/* SCSS */
$brand: #3acdaf;
/* SwiftUI */
Color(red: 0.227, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#3acdaf")Accessibility — WCAG contrast
Aa
#3acdaf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3acdaf on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green80.4%
Blue68.6%
CMYK percentages
Cyan71.7%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#3acdaf text on a black background
contrast 10.53:1
Card sample
#3acdaf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3acdaf;
Background color
Panel with #3acdaf background
background-color: #3acdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3acdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3acdaf; background: linear-gradient(135deg, #3acdaf, #3A89CD);