#3cf2f9
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 242, 249
HSL
182°, 94%, 61%
CMYK
76, 3, 0, 2
Luminance
0.7130
Every format
| HEX | #3cf2f9 |
| RGB | rgb(60, 242, 249) |
| HSL | hsl(182, 94%, 61%) |
| CMYK | cmyk(76%, 3%, 0%, 2%) |
| LAB | lab(87.6 -41.2 -16.2) |
| LCH | lch(87.6 44.2 201.5) |
| OKLCH | oklch(0.878 0.139 198.9) |
Copy-ready code
/* CSS */
color: #3cf2f9;
background-color: #3cf2f9;
/* Tailwind (arbitrary) */
class="text-[#3cf2f9] bg-[#3cf2f9]"
/* SCSS */
$brand: #3cf2f9;
/* SwiftUI */
Color(red: 0.235, green: 0.949, blue: 0.976)
/* Android */
Color.parseColor("#3cf2f9")Accessibility — WCAG contrast
Aa
#3cf2f9 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cf2f9 on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green94.9%
Blue97.6%
CMYK percentages
Cyan75.9%
Magenta2.8%
Yellow0.0%
Key (black)2.4%
Color previews
#3cf2f9 text on a black background
contrast 15.26:1
Card sample
#3cf2f9 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cf2f9;
Background color
Panel with #3cf2f9 background
background-color: #3cf2f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cf2f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 242, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 242, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cf2f9; background: linear-gradient(135deg, #3cf2f9, #3C74F9);