#3acdbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
58, 205, 191
HSL
174°, 60%, 52%
CMYK
72, 0, 7, 20
Luminance
0.4832
Every format
| HEX | #3acdbf |
| RGB | rgb(58, 205, 191) |
| HSL | hsl(174, 60%, 52%) |
| CMYK | cmyk(72%, 0%, 7%, 20%) |
| LAB | lab(75.0 -41.0 -4.1) |
| LCH | lch(75.0 41.2 185.7) |
| OKLCH | oklch(0.770 0.122 185.6) |
Copy-ready code
/* CSS */
color: #3acdbf;
background-color: #3acdbf;
/* Tailwind (arbitrary) */
class="text-[#3acdbf] bg-[#3acdbf]"
/* SCSS */
$brand: #3acdbf;
/* SwiftUI */
Color(red: 0.227, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#3acdbf")Accessibility — WCAG contrast
Aa
#3acdbf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3acdbf on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green80.4%
Blue74.9%
CMYK percentages
Cyan71.7%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#3acdbf text on a black background
contrast 10.66:1
Card sample
#3acdbf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3acdbf;
Background color
Panel with #3acdbf background
background-color: #3acdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3acdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3acdbf; background: linear-gradient(135deg, #3acdbf, #3A79CD);