#3bc9cf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
59, 201, 207
HSL
182°, 61%, 52%
CMYK
72, 3, 0, 19
Luminance
0.4721
Every format
| HEX | #3bc9cf |
| RGB | rgb(59, 201, 207) |
| HSL | hsl(182, 61%, 52%) |
| CMYK | cmyk(72%, 3%, 0%, 19%) |
| LAB | lab(74.3 -34.6 -13.8) |
| LCH | lch(74.3 37.2 201.8) |
| OKLCH | oklch(0.765 0.117 199.2) |
Copy-ready code
/* CSS */
color: #3bc9cf;
background-color: #3bc9cf;
/* Tailwind (arbitrary) */
class="text-[#3bc9cf] bg-[#3bc9cf]"
/* SCSS */
$brand: #3bc9cf;
/* SwiftUI */
Color(red: 0.231, green: 0.788, blue: 0.812)
/* Android */
Color.parseColor("#3bc9cf")Accessibility — WCAG contrast
Aa
#3bc9cf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bc9cf on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green78.8%
Blue81.2%
CMYK percentages
Cyan71.5%
Magenta2.9%
Yellow0.0%
Key (black)18.8%
Color previews
#3bc9cf text on a black background
contrast 10.44:1
Card sample
#3bc9cf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bc9cf;
Background color
Panel with #3bc9cf background
background-color: #3bc9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bc9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 201, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 201, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bc9cf; background: linear-gradient(135deg, #3bc9cf, #3B67CF);