#3acbc2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
58, 203, 194
HSL
176°, 58%, 51%
CMYK
71, 0, 4, 20
Luminance
0.4751
Every format
| HEX | #3acbc2 |
| RGB | rgb(58, 203, 194) |
| HSL | hsl(176, 58%, 51%) |
| CMYK | cmyk(71%, 0%, 4%, 20%) |
| LAB | lab(74.5 -39.3 -6.5) |
| LCH | lch(74.5 39.8 189.4) |
| OKLCH | oklch(0.766 0.119 188.8) |
Copy-ready code
/* CSS */
color: #3acbc2;
background-color: #3acbc2;
/* Tailwind (arbitrary) */
class="text-[#3acbc2] bg-[#3acbc2]"
/* SCSS */
$brand: #3acbc2;
/* SwiftUI */
Color(red: 0.227, green: 0.796, blue: 0.761)
/* Android */
Color.parseColor("#3acbc2")Accessibility — WCAG contrast
Aa
#3acbc2 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3acbc2 on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green79.6%
Blue76.1%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow4.4%
Key (black)20.4%
Color previews
#3acbc2 text on a black background
contrast 10.50:1
Card sample
#3acbc2 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3acbc2;
Background color
Panel with #3acbc2 background
background-color: #3acbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3acbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 203, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 203, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3acbc2; background: linear-gradient(135deg, #3acbc2, #3A73CB);