#3cccf8
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 204, 248
HSL
194°, 93%, 60%
CMYK
76, 18, 0, 3
Luminance
0.5092
Every format
| HEX | #3cccf8 |
| RGB | rgb(60, 204, 248) |
| HSL | hsl(194, 93%, 60%) |
| CMYK | cmyk(76%, 18%, 0%, 3%) |
| LAB | lab(76.6 -23.4 -32.4) |
| LCH | lch(76.6 39.9 234.2) |
| OKLCH | oklch(0.789 0.132 223.3) |
Copy-ready code
/* CSS */
color: #3cccf8;
background-color: #3cccf8;
/* Tailwind (arbitrary) */
class="text-[#3cccf8] bg-[#3cccf8]"
/* SCSS */
$brand: #3cccf8;
/* SwiftUI */
Color(red: 0.235, green: 0.800, blue: 0.973)
/* Android */
Color.parseColor("#3cccf8")Accessibility — WCAG contrast
Aa
#3cccf8 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cccf8 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green80.0%
Blue97.3%
CMYK percentages
Cyan75.8%
Magenta17.7%
Yellow0.0%
Key (black)2.7%
Color previews
#3cccf8 text on a black background
contrast 11.18:1
Card sample
#3cccf8 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cccf8;
Background color
Panel with #3cccf8 background
background-color: #3cccf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cccf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 204, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 204, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cccf8; background: linear-gradient(135deg, #3cccf8, #3C4FF8);