#3bdbc9
a balanced, vivid cyan · cool · “turquoise”
RGB
59, 219, 201
HSL
173°, 69%, 55%
CMYK
73, 0, 8, 14
Luminance
0.5581
Every format
| HEX | #3bdbc9 |
| RGB | rgb(59, 219, 201) |
| HSL | hsl(173, 69%, 55%) |
| CMYK | cmyk(73%, 0%, 8%, 14%) |
| LAB | lab(79.5 -44.4 -2.9) |
| LCH | lch(79.5 44.5 183.7) |
| OKLCH | oklch(0.807 0.131 183.8) |
Copy-ready code
/* CSS */
color: #3bdbc9;
background-color: #3bdbc9;
/* Tailwind (arbitrary) */
class="text-[#3bdbc9] bg-[#3bdbc9]"
/* SCSS */
$brand: #3bdbc9;
/* SwiftUI */
Color(red: 0.231, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#3bdbc9")Accessibility — WCAG contrast
Aa
#3bdbc9 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bdbc9 on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green85.9%
Blue78.8%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#3bdbc9 text on a black background
contrast 12.16:1
Card sample
#3bdbc9 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bdbc9;
Background color
Panel with #3bdbc9 background
background-color: #3bdbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bdbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bdbc9; background: linear-gradient(135deg, #3bdbc9, #3B82DB);