#3adbc9
a balanced, vivid cyan · cool · “turquoise”
RGB
58, 219, 201
HSL
173°, 69%, 54%
CMYK
74, 0, 8, 14
Luminance
0.5578
Every format
| HEX | #3adbc9 |
| RGB | rgb(58, 219, 201) |
| HSL | hsl(173, 69%, 54%) |
| CMYK | cmyk(74%, 0%, 8%, 14%) |
| LAB | lab(79.5 -44.5 -2.9) |
| LCH | lch(79.5 44.6 183.8) |
| OKLCH | oklch(0.807 0.131 183.8) |
Copy-ready code
/* CSS */
color: #3adbc9;
background-color: #3adbc9;
/* Tailwind (arbitrary) */
class="text-[#3adbc9] bg-[#3adbc9]"
/* SCSS */
$brand: #3adbc9;
/* SwiftUI */
Color(red: 0.227, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#3adbc9")Accessibility — WCAG contrast
Aa
#3adbc9 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3adbc9 on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green85.9%
Blue78.8%
CMYK percentages
Cyan73.5%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#3adbc9 text on a black background
contrast 12.16:1
Card sample
#3adbc9 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3adbc9;
Background color
Panel with #3adbc9 background
background-color: #3adbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3adbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3adbc9; background: linear-gradient(135deg, #3adbc9, #3A82DB);