#3bd9c2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
59, 217, 194
HSL
171°, 68%, 54%
CMYK
73, 0, 11, 15
Luminance
0.5445
Every format
| HEX | #3bd9c2 |
| RGB | rgb(59, 217, 194) |
| HSL | hsl(171, 68%, 54%) |
| CMYK | cmyk(73%, 0%, 11%, 15%) |
| LAB | lab(78.7 -45.4 -0.3) |
| LCH | lch(78.7 45.4 180.4) |
| OKLCH | oklch(0.800 0.132 180.7) |
Copy-ready code
/* CSS */
color: #3bd9c2;
background-color: #3bd9c2;
/* Tailwind (arbitrary) */
class="text-[#3bd9c2] bg-[#3bd9c2]"
/* SCSS */
$brand: #3bd9c2;
/* SwiftUI */
Color(red: 0.231, green: 0.851, blue: 0.761)
/* Android */
Color.parseColor("#3bd9c2")Accessibility — WCAG contrast
Aa
#3bd9c2 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bd9c2 on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green85.1%
Blue76.1%
CMYK percentages
Cyan72.8%
Magenta0.0%
Yellow10.6%
Key (black)14.9%
Color previews
#3bd9c2 text on a black background
contrast 11.89:1
Card sample
#3bd9c2 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bd9c2;
Background color
Panel with #3bd9c2 background
background-color: #3bd9c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bd9c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 217, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 217, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bd9c2; background: linear-gradient(135deg, #3bd9c2, #3B87D9);