#3cdbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 219, 253
HSL
191°, 98%, 61%
CMYK
76, 13, 0, 1
Luminance
0.5872
Every format
| HEX | #3cdbfd |
| RGB | rgb(60, 219, 253) |
| HSL | hsl(191, 98%, 61%) |
| CMYK | cmyk(76%, 13%, 0%, 1%) |
| LAB | lab(81.1 -29.2 -28.1) |
| LCH | lch(81.1 40.6 223.9) |
| OKLCH | oklch(0.826 0.134 216.0) |
Copy-ready code
/* CSS */
color: #3cdbfd;
background-color: #3cdbfd;
/* Tailwind (arbitrary) */
class="text-[#3cdbfd] bg-[#3cdbfd]"
/* SCSS */
$brand: #3cdbfd;
/* SwiftUI */
Color(red: 0.235, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#3cdbfd")Accessibility — WCAG contrast
Aa
#3cdbfd on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdbfd on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green85.9%
Blue99.2%
CMYK percentages
Cyan76.3%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#3cdbfd text on a black background
contrast 12.74:1
Card sample
#3cdbfd text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdbfd;
Background color
Panel with #3cdbfd background
background-color: #3cdbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdbfd; background: linear-gradient(135deg, #3cdbfd, #3C5AFD);