#3cccfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 204, 253
HSL
195°, 98%, 61%
CMYK
76, 19, 0, 1
Luminance
0.5124
Every format
| HEX | #3cccfd |
| RGB | rgb(60, 204, 253) |
| HSL | hsl(195, 98%, 61%) |
| CMYK | cmyk(76%, 19%, 0%, 1%) |
| LAB | lab(76.8 -21.8 -34.8) |
| LCH | lch(76.8 41.0 238.0) |
| OKLCH | oklch(0.791 0.136 225.9) |
Copy-ready code
/* CSS */
color: #3cccfd;
background-color: #3cccfd;
/* Tailwind (arbitrary) */
class="text-[#3cccfd] bg-[#3cccfd]"
/* SCSS */
$brand: #3cccfd;
/* SwiftUI */
Color(red: 0.235, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#3cccfd")Accessibility — WCAG contrast
Aa
#3cccfd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cccfd on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green80.0%
Blue99.2%
CMYK percentages
Cyan76.3%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#3cccfd text on a black background
contrast 11.25:1
Card sample
#3cccfd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cccfd;
Background color
Panel with #3cccfd background
background-color: #3cccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cccfd; background: linear-gradient(135deg, #3cccfd, #3C4CFD);