#3cfbfc
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 251, 252
HSL
180°, 97%, 61%
CMYK
76, 0, 0, 1
Luminance
0.7698
Every format
| HEX | #3cfbfc |
| RGB | rgb(60, 251, 252) |
| HSL | hsl(180, 97%, 61%) |
| CMYK | cmyk(76%, 0%, 0%, 1%) |
| LAB | lab(90.3 -44.3 -13.7) |
| LCH | lch(90.3 46.4 197.2) |
| OKLCH | oklch(0.900 0.143 195.5) |
Copy-ready code
/* CSS */
color: #3cfbfc;
background-color: #3cfbfc;
/* Tailwind (arbitrary) */
class="text-[#3cfbfc] bg-[#3cfbfc]"
/* SCSS */
$brand: #3cfbfc;
/* SwiftUI */
Color(red: 0.235, green: 0.984, blue: 0.988)
/* Android */
Color.parseColor("#3cfbfc")Accessibility — WCAG contrast
Aa
#3cfbfc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cfbfc on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green98.4%
Blue98.8%
CMYK percentages
Cyan76.2%
Magenta0.4%
Yellow0.0%
Key (black)1.2%
Color previews
#3cfbfc text on a black background
contrast 16.40:1
Card sample
#3cfbfc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cfbfc;
Background color
Panel with #3cfbfc background
background-color: #3cfbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cfbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 251, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 251, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cfbfc; background: linear-gradient(135deg, #3cfbfc, #3C7BFC);