#3ccafd
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 202, 253
HSL
196°, 98%, 61%
CMYK
76, 20, 0, 1
Luminance
0.5029
Every format
| HEX | #3ccafd |
| RGB | rgb(60, 202, 253) |
| HSL | hsl(196, 98%, 61%) |
| CMYK | cmyk(76%, 20%, 0%, 1%) |
| LAB | lab(76.3 -20.7 -35.7) |
| LCH | lch(76.3 41.3 239.8) |
| OKLCH | oklch(0.786 0.137 227.2) |
Copy-ready code
/* CSS */
color: #3ccafd;
background-color: #3ccafd;
/* Tailwind (arbitrary) */
class="text-[#3ccafd] bg-[#3ccafd]"
/* SCSS */
$brand: #3ccafd;
/* SwiftUI */
Color(red: 0.235, green: 0.792, blue: 0.992)
/* Android */
Color.parseColor("#3ccafd")Accessibility — WCAG contrast
Aa
#3ccafd on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ccafd on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green79.2%
Blue99.2%
CMYK percentages
Cyan76.3%
Magenta20.2%
Yellow0.0%
Key (black)0.8%
Color previews
#3ccafd text on a black background
contrast 11.06:1
Card sample
#3ccafd text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ccafd;
Background color
Panel with #3ccafd background
background-color: #3ccafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ccafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 202, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 202, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ccafd; background: linear-gradient(135deg, #3ccafd, #3C49FD);