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