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