#3cfffe
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 255, 254
HSL
180°, 100%, 62%
CMYK
77, 0, 0, 0
Luminance
0.7964
Every format
| HEX | #3cfffe |
| RGB | rgb(60, 255, 254) |
| HSL | hsl(180, 100%, 62%) |
| CMYK | cmyk(77%, 0%, 0%, 0%) |
| LAB | lab(91.5 -45.5 -13.0) |
| LCH | lch(91.5 47.3 195.9) |
| OKLCH | oklch(0.910 0.145 194.4) |
Copy-ready code
/* CSS */
color: #3cfffe;
background-color: #3cfffe;
/* Tailwind (arbitrary) */
class="text-[#3cfffe] bg-[#3cfffe]"
/* SCSS */
$brand: #3cfffe;
/* SwiftUI */
Color(red: 0.235, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#3cfffe")Accessibility — WCAG contrast
Aa
#3cfffe on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cfffe on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green100.0%
Blue99.6%
CMYK percentages
Cyan76.5%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#3cfffe text on a black background
contrast 16.93:1
Card sample
#3cfffe text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cfffe;
Background color
Panel with #3cfffe background
background-color: #3cfffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cfffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cfffe; background: linear-gradient(135deg, #3cfffe, #3C7EFF);