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