#3cefec
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 239, 236
HSL
179°, 85%, 59%
CMYK
75, 0, 1, 6
Luminance
0.6875
Every format
| HEX | #3cefec |
| RGB | rgb(60, 239, 236) |
| HSL | hsl(179, 85%, 59%) |
| CMYK | cmyk(75%, 0%, 1%, 6%) |
| LAB | lab(86.4 -43.5 -11.3) |
| LCH | lch(86.4 44.9 194.5) |
| OKLCH | oklch(0.866 0.137 193.2) |
Copy-ready code
/* CSS */
color: #3cefec;
background-color: #3cefec;
/* Tailwind (arbitrary) */
class="text-[#3cefec] bg-[#3cefec]"
/* SCSS */
$brand: #3cefec;
/* SwiftUI */
Color(red: 0.235, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#3cefec")Accessibility — WCAG contrast
Aa
#3cefec on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cefec on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green93.7%
Blue92.5%
CMYK percentages
Cyan74.9%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#3cefec text on a black background
contrast 14.75:1
Card sample
#3cefec text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cefec;
Background color
Panel with #3cefec background
background-color: #3cefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cefec; background: linear-gradient(135deg, #3cefec, #3C7BEF);