#3bdfbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
59, 223, 191
HSL
168°, 72%, 55%
CMYK
74, 0, 14, 13
Luminance
0.5747
Every format
| HEX | #3bdfbf |
| RGB | rgb(59, 223, 191) |
| HSL | hsl(168, 72%, 55%) |
| CMYK | cmyk(74%, 0%, 14%, 13%) |
| LAB | lab(80.4 -48.7 3.8) |
| LCH | lch(80.4 48.8 175.5) |
| OKLCH | oklch(0.814 0.139 176.2) |
Copy-ready code
/* CSS */
color: #3bdfbf;
background-color: #3bdfbf;
/* Tailwind (arbitrary) */
class="text-[#3bdfbf] bg-[#3bdfbf]"
/* SCSS */
$brand: #3bdfbf;
/* SwiftUI */
Color(red: 0.231, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#3bdfbf")Accessibility — WCAG contrast
Aa
#3bdfbf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bdfbf on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green87.5%
Blue74.9%
CMYK percentages
Cyan73.5%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#3bdfbf text on a black background
contrast 12.49:1
Card sample
#3bdfbf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bdfbf;
Background color
Panel with #3bdfbf background
background-color: #3bdfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bdfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bdfbf; background: linear-gradient(135deg, #3bdfbf, #3B92DF);