#3cebcf
a balanced, electric cyan · cool · closest name: turquoise
RGB
60, 235, 207
HSL
170°, 81%, 58%
CMYK
75, 0, 12, 8
Luminance
0.6488
Every format
| HEX | #3cebcf |
| RGB | rgb(60, 235, 207) |
| HSL | hsl(170, 81%, 58%) |
| CMYK | cmyk(75%, 0%, 12%, 8%) |
| LAB | lab(84.4 -49.5 1.1) |
| LCH | lch(84.4 49.5 178.7) |
| OKLCH | oklch(0.848 0.143 179.1) |
Copy-ready code
/* CSS */
color: #3cebcf;
background-color: #3cebcf;
/* Tailwind (arbitrary) */
class="text-[#3cebcf] bg-[#3cebcf]"
/* SCSS */
$brand: #3cebcf;
/* SwiftUI */
Color(red: 0.235, green: 0.922, blue: 0.812)
/* Android */
Color.parseColor("#3cebcf")Accessibility — WCAG contrast
Aa
#3cebcf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cebcf on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green92.2%
Blue81.2%
CMYK percentages
Cyan74.5%
Magenta0.0%
Yellow11.9%
Key (black)7.8%
Color previews
#3cebcf text on a black background
contrast 13.98:1
Card sample
#3cebcf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cebcf;
Background color
Panel with #3cebcf background
background-color: #3cebcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cebcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 235, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 235, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cebcf; background: linear-gradient(135deg, #3cebcf, #3C92EB);