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