#3bcece
a balanced, vivid cyan · cool · closest name: turquoise
RGB
59, 206, 206
HSL
180°, 60%, 52%
CMYK
71, 0, 0, 19
Luminance
0.4953
Every format
| HEX | #3bcece |
| RGB | rgb(59, 206, 206) |
| HSL | hsl(180, 60%, 52%) |
| CMYK | cmyk(71%, 0%, 0%, 19%) |
| LAB | lab(75.8 -37.2 -11.1) |
| LCH | lch(75.8 38.8 196.6) |
| OKLCH | oklch(0.777 0.119 195.0) |
Copy-ready code
/* CSS */
color: #3bcece;
background-color: #3bcece;
/* Tailwind (arbitrary) */
class="text-[#3bcece] bg-[#3bcece]"
/* SCSS */
$brand: #3bcece;
/* SwiftUI */
Color(red: 0.231, green: 0.808, blue: 0.808)
/* Android */
Color.parseColor("#3bcece")Accessibility — WCAG contrast
Aa
#3bcece on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bcece on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green80.8%
Blue80.8%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow0.0%
Key (black)19.2%
Color previews
#3bcece text on a black background
contrast 10.91:1
Card sample
#3bcece text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bcece;
Background color
Panel with #3bcece background
background-color: #3bcece;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bcece;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 206, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 206, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bcece; background: linear-gradient(135deg, #3bcece, #3B6CCE);