#3cf5fe
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 245, 254
HSL
183°, 99%, 62%
CMYK
76, 4, 0, 0
Luminance
0.7342
Every format
| HEX | #3cf5fe |
| RGB | rgb(60, 245, 254) |
| HSL | hsl(183, 99%, 62%) |
| CMYK | cmyk(76%, 4%, 0%, 0%) |
| LAB | lab(88.7 -41.1 -17.3) |
| LCH | lch(88.7 44.6 202.8) |
| OKLCH | oklch(0.886 0.140 200.0) |
Copy-ready code
/* CSS */
color: #3cf5fe;
background-color: #3cf5fe;
/* Tailwind (arbitrary) */
class="text-[#3cf5fe] bg-[#3cf5fe]"
/* SCSS */
$brand: #3cf5fe;
/* SwiftUI */
Color(red: 0.235, green: 0.961, blue: 0.996)
/* Android */
Color.parseColor("#3cf5fe")Accessibility — WCAG contrast
Aa
#3cf5fe on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cf5fe on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green96.1%
Blue99.6%
CMYK percentages
Cyan76.4%
Magenta3.5%
Yellow0.0%
Key (black)0.4%
Color previews
#3cf5fe text on a black background
contrast 15.68:1
Card sample
#3cf5fe text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cf5fe;
Background color
Panel with #3cf5fe background
background-color: #3cf5fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cf5fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 245, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 245, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cf5fe; background: linear-gradient(135deg, #3cf5fe, #3C74FE);