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