#3cecff
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 236, 255
HSL
186°, 100%, 62%
CMYK
77, 8, 0, 0
Luminance
0.6817
Every format
| HEX | #3cecff |
| RGB | rgb(60, 236, 255) |
| HSL | hsl(186, 100%, 62%) |
| CMYK | cmyk(77%, 8%, 0%, 0%) |
| LAB | lab(86.1 -36.7 -21.6) |
| LCH | lch(86.1 42.6 210.6) |
| OKLCH | oklch(0.866 0.137 206.1) |
Copy-ready code
/* CSS */
color: #3cecff;
background-color: #3cecff;
/* Tailwind (arbitrary) */
class="text-[#3cecff] bg-[#3cecff]"
/* SCSS */
$brand: #3cecff;
/* SwiftUI */
Color(red: 0.235, green: 0.925, blue: 1.000)
/* Android */
Color.parseColor("#3cecff")Accessibility — WCAG contrast
Aa
#3cecff on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cecff on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green92.5%
Blue100.0%
CMYK percentages
Cyan76.5%
Magenta7.5%
Yellow0.0%
Key (black)0.0%
Color previews
#3cecff text on a black background
contrast 14.63:1
Card sample
#3cecff text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cecff;
Background color
Panel with #3cecff background
background-color: #3cecff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cecff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 236, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 236, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cecff; background: linear-gradient(135deg, #3cecff, #3C6AFF);