#3cfff4
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 255, 244
HSL
177°, 100%, 62%
CMYK
77, 0, 4, 0
Luminance
0.7901
Every format
| HEX | #3cfff4 |
| RGB | rgb(60, 255, 244) |
| HSL | hsl(177, 100%, 62%) |
| CMYK | cmyk(77%, 0%, 4%, 0%) |
| LAB | lab(91.2 -48.3 -8.2) |
| LCH | lch(91.2 48.9 189.6) |
| OKLCH | oklch(0.907 0.147 189.0) |
Copy-ready code
/* CSS */
color: #3cfff4;
background-color: #3cfff4;
/* Tailwind (arbitrary) */
class="text-[#3cfff4] bg-[#3cfff4]"
/* SCSS */
$brand: #3cfff4;
/* SwiftUI */
Color(red: 0.235, green: 1.000, blue: 0.957)
/* Android */
Color.parseColor("#3cfff4")Accessibility — WCAG contrast
Aa
#3cfff4 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cfff4 on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green100.0%
Blue95.7%
CMYK percentages
Cyan76.5%
Magenta0.0%
Yellow4.3%
Key (black)0.0%
Color previews
#3cfff4 text on a black background
contrast 16.80:1
Card sample
#3cfff4 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cfff4;
Background color
Panel with #3cfff4 background
background-color: #3cfff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cfff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 255, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 255, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cfff4; background: linear-gradient(135deg, #3cfff4, #3C88FF);