#3cecdb
a balanced, electric cyan · cool · closest name: turquoise
RGB
60, 236, 219
HSL
174°, 82%, 58%
CMYK
75, 0, 7, 8
Luminance
0.6607
Every format
| HEX | #3cecdb |
| RGB | rgb(60, 236, 219) |
| HSL | hsl(174, 82%, 58%) |
| CMYK | cmyk(75%, 0%, 7%, 8%) |
| LAB | lab(85.0 -46.8 -4.3) |
| LCH | lch(85.0 47.0 185.3) |
| OKLCH | oklch(0.854 0.139 185.1) |
Copy-ready code
/* CSS */
color: #3cecdb;
background-color: #3cecdb;
/* Tailwind (arbitrary) */
class="text-[#3cecdb] bg-[#3cecdb]"
/* SCSS */
$brand: #3cecdb;
/* SwiftUI */
Color(red: 0.235, green: 0.925, blue: 0.859)
/* Android */
Color.parseColor("#3cecdb")Accessibility — WCAG contrast
Aa
#3cecdb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cecdb on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green92.5%
Blue85.9%
CMYK percentages
Cyan74.6%
Magenta0.0%
Yellow7.2%
Key (black)7.5%
Color previews
#3cecdb text on a black background
contrast 14.21:1
Card sample
#3cecdb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cecdb;
Background color
Panel with #3cecdb background
background-color: #3cecdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cecdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 236, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 236, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cecdb; background: linear-gradient(135deg, #3cecdb, #3C88EC);