#3bdfd7
a balanced, vivid cyan · cool · closest name: turquoise
RGB
59, 223, 215
HSL
177°, 72%, 55%
CMYK
74, 0, 4, 13
Luminance
0.5861
Every format
| HEX | #3bdfd7 |
| RGB | rgb(59, 223, 215) |
| HSL | hsl(177, 72%, 55%) |
| CMYK | cmyk(74%, 0%, 4%, 13%) |
| LAB | lab(81.1 -42.3 -8.0) |
| LCH | lch(81.1 43.1 190.8) |
| OKLCH | oklch(0.821 0.130 190.0) |
Copy-ready code
/* CSS */
color: #3bdfd7;
background-color: #3bdfd7;
/* Tailwind (arbitrary) */
class="text-[#3bdfd7] bg-[#3bdfd7]"
/* SCSS */
$brand: #3bdfd7;
/* SwiftUI */
Color(red: 0.231, green: 0.875, blue: 0.843)
/* Android */
Color.parseColor("#3bdfd7")Accessibility — WCAG contrast
Aa
#3bdfd7 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bdfd7 on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green87.5%
Blue84.3%
CMYK percentages
Cyan73.5%
Magenta0.0%
Yellow3.6%
Key (black)12.5%
Color previews
#3bdfd7 text on a black background
contrast 12.72:1
Card sample
#3bdfd7 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bdfd7;
Background color
Panel with #3bdfd7 background
background-color: #3bdfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bdfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 223, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 223, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bdfd7; background: linear-gradient(135deg, #3bdfd7, #3B7ADF);