#3cfceb
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 252, 235
HSL
175°, 97%, 61%
CMYK
76, 0, 7, 1
Luminance
0.7658
Every format
| HEX | #3cfceb |
| RGB | rgb(60, 252, 235) |
| HSL | hsl(175, 97%, 61%) |
| CMYK | cmyk(76%, 0%, 7%, 1%) |
| LAB | lab(90.1 -49.4 -5.2) |
| LCH | lch(90.1 49.6 186.0) |
| OKLCH | oklch(0.897 0.147 185.8) |
Copy-ready code
/* CSS */
color: #3cfceb;
background-color: #3cfceb;
/* Tailwind (arbitrary) */
class="text-[#3cfceb] bg-[#3cfceb]"
/* SCSS */
$brand: #3cfceb;
/* SwiftUI */
Color(red: 0.235, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#3cfceb")Accessibility — WCAG contrast
Aa
#3cfceb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cfceb on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green98.8%
Blue92.2%
CMYK percentages
Cyan76.2%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#3cfceb text on a black background
contrast 16.32:1
Card sample
#3cfceb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cfceb;
Background color
Panel with #3cfceb background
background-color: #3cfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cfceb; background: linear-gradient(135deg, #3cfceb, #3C8DFC);