#3cfdff
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 253, 255
HSL
181°, 100%, 62%
CMYK
77, 1, 0, 0
Luminance
0.7843
Every format
| HEX | #3cfdff |
| RGB | rgb(60, 253, 255) |
| HSL | hsl(181, 100%, 62%) |
| CMYK | cmyk(77%, 1%, 0%, 0%) |
| LAB | lab(91.0 -44.4 -14.3) |
| LCH | lch(91.0 46.6 197.9) |
| OKLCH | oklch(0.905 0.144 196.0) |
Copy-ready code
/* CSS */
color: #3cfdff;
background-color: #3cfdff;
/* Tailwind (arbitrary) */
class="text-[#3cfdff] bg-[#3cfdff]"
/* SCSS */
$brand: #3cfdff;
/* SwiftUI */
Color(red: 0.235, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#3cfdff")Accessibility — WCAG contrast
Aa
#3cfdff on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cfdff on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green99.2%
Blue100.0%
CMYK percentages
Cyan76.5%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#3cfdff text on a black background
contrast 16.69:1
Card sample
#3cfdff text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cfdff;
Background color
Panel with #3cfdff background
background-color: #3cfdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cfdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cfdff; background: linear-gradient(135deg, #3cfdff, #3C7BFF);