#3ceccd
a balanced, electric cyan · cool · closest name: turquoise
RGB
60, 236, 205
HSL
169°, 82%, 58%
CMYK
75, 0, 13, 8
Luminance
0.6536
Every format
| HEX | #3ceccd |
| RGB | rgb(60, 236, 205) |
| HSL | hsl(169, 82%, 58%) |
| CMYK | cmyk(75%, 0%, 13%, 8%) |
| LAB | lab(84.7 -50.5 2.5) |
| LCH | lch(84.7 50.5 177.1) |
| OKLCH | oklch(0.850 0.145 177.7) |
Copy-ready code
/* CSS */
color: #3ceccd;
background-color: #3ceccd;
/* Tailwind (arbitrary) */
class="text-[#3ceccd] bg-[#3ceccd]"
/* SCSS */
$brand: #3ceccd;
/* SwiftUI */
Color(red: 0.235, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#3ceccd")Accessibility — WCAG contrast
Aa
#3ceccd on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ceccd on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green92.5%
Blue80.4%
CMYK percentages
Cyan74.6%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#3ceccd text on a black background
contrast 14.07:1
Card sample
#3ceccd text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ceccd;
Background color
Panel with #3ceccd background
background-color: #3ceccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ceccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ceccd; background: linear-gradient(135deg, #3ceccd, #3C96EC);