#3bdfc7
a balanced, vivid cyan · cool · closest name: turquoise
RGB
59, 223, 199
HSL
171°, 72%, 55%
CMYK
74, 0, 11, 13
Luminance
0.5783
Every format
| HEX | #3bdfc7 |
| RGB | rgb(59, 223, 199) |
| HSL | hsl(171, 72%, 55%) |
| CMYK | cmyk(74%, 0%, 11%, 13%) |
| LAB | lab(80.6 -46.6 -0.2) |
| LCH | lch(80.6 46.6 180.2) |
| OKLCH | oklch(0.816 0.135 180.5) |
Copy-ready code
/* CSS */
color: #3bdfc7;
background-color: #3bdfc7;
/* Tailwind (arbitrary) */
class="text-[#3bdfc7] bg-[#3bdfc7]"
/* SCSS */
$brand: #3bdfc7;
/* SwiftUI */
Color(red: 0.231, green: 0.875, blue: 0.780)
/* Android */
Color.parseColor("#3bdfc7")Accessibility — WCAG contrast
Aa
#3bdfc7 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bdfc7 on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green87.5%
Blue78.0%
CMYK percentages
Cyan73.5%
Magenta0.0%
Yellow10.8%
Key (black)12.5%
Color previews
#3bdfc7 text on a black background
contrast 12.57:1
Card sample
#3bdfc7 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bdfc7;
Background color
Panel with #3bdfc7 background
background-color: #3bdfc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bdfc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 223, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 223, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bdfc7; background: linear-gradient(135deg, #3bdfc7, #3B8ADF);