#3adace
a balanced, vivid cyan · cool · closest name: turquoise
RGB
58, 218, 206
HSL
176°, 68%, 54%
CMYK
73, 0, 6, 15
Luminance
0.5550
Every format
| HEX | #3adace |
| RGB | rgb(58, 218, 206) |
| HSL | hsl(176, 68%, 54%) |
| CMYK | cmyk(73%, 0%, 6%, 15%) |
| LAB | lab(79.3 -42.7 -5.8) |
| LCH | lch(79.3 43.1 187.8) |
| OKLCH | oklch(0.806 0.129 187.4) |
Copy-ready code
/* CSS */
color: #3adace;
background-color: #3adace;
/* Tailwind (arbitrary) */
class="text-[#3adace] bg-[#3adace]"
/* SCSS */
$brand: #3adace;
/* SwiftUI */
Color(red: 0.227, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#3adace")Accessibility — WCAG contrast
Aa
#3adace on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3adace on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green85.5%
Blue80.8%
CMYK percentages
Cyan73.4%
Magenta0.0%
Yellow5.5%
Key (black)14.5%
Color previews
#3adace text on a black background
contrast 12.10:1
Card sample
#3adace text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3adace;
Background color
Panel with #3adace background
background-color: #3adace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3adace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3adace; background: linear-gradient(135deg, #3adace, #3A7BDA);