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