#3cf2fa
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 242, 250
HSL
183°, 95%, 61%
CMYK
76, 3, 0, 2
Luminance
0.7137
Every format
| HEX | #3cf2fa |
| RGB | rgb(60, 242, 250) |
| HSL | hsl(183, 95%, 61%) |
| CMYK | cmyk(76%, 3%, 0%, 2%) |
| LAB | lab(87.7 -40.9 -16.7) |
| LCH | lch(87.7 44.1 202.2) |
| OKLCH | oklch(0.878 0.139 199.5) |
Copy-ready code
/* CSS */
color: #3cf2fa;
background-color: #3cf2fa;
/* Tailwind (arbitrary) */
class="text-[#3cf2fa] bg-[#3cf2fa]"
/* SCSS */
$brand: #3cf2fa;
/* SwiftUI */
Color(red: 0.235, green: 0.949, blue: 0.980)
/* Android */
Color.parseColor("#3cf2fa")Accessibility — WCAG contrast
Aa
#3cf2fa on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cf2fa on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green94.9%
Blue98.0%
CMYK percentages
Cyan76.0%
Magenta3.2%
Yellow0.0%
Key (black)2.0%
Color previews
#3cf2fa text on a black background
contrast 15.27:1
Card sample
#3cf2fa text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cf2fa;
Background color
Panel with #3cf2fa background
background-color: #3cf2fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cf2fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 242, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 242, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cf2fa; background: linear-gradient(135deg, #3cf2fa, #3C73FA);