#3cf0fd
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 240, 253
HSL
184°, 98%, 61%
CMYK
76, 5, 0, 1
Luminance
0.7037
Every format
| HEX | #3cf0fd |
| RGB | rgb(60, 240, 253) |
| HSL | hsl(184, 98%, 61%) |
| CMYK | cmyk(76%, 5%, 0%, 1%) |
| LAB | lab(87.2 -39.1 -19.0) |
| LCH | lch(87.2 43.5 205.9) |
| OKLCH | oklch(0.875 0.138 202.4) |
Copy-ready code
/* CSS */
color: #3cf0fd;
background-color: #3cf0fd;
/* Tailwind (arbitrary) */
class="text-[#3cf0fd] bg-[#3cf0fd]"
/* SCSS */
$brand: #3cf0fd;
/* SwiftUI */
Color(red: 0.235, green: 0.941, blue: 0.992)
/* Android */
Color.parseColor("#3cf0fd")Accessibility — WCAG contrast
Aa
#3cf0fd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cf0fd on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green94.1%
Blue99.2%
CMYK percentages
Cyan76.3%
Magenta5.1%
Yellow0.0%
Key (black)0.8%
Color previews
#3cf0fd text on a black background
contrast 15.07:1
Card sample
#3cf0fd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cf0fd;
Background color
Panel with #3cf0fd background
background-color: #3cf0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cf0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 240, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 240, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cf0fd; background: linear-gradient(135deg, #3cf0fd, #3C70FD);