#3cdfff
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 223, 255
HSL
190°, 100%, 62%
CMYK
77, 13, 0, 0
Luminance
0.6096
Every format
| HEX | #3cdfff |
| RGB | rgb(60, 223, 255) |
| HSL | hsl(190, 100%, 62%) |
| CMYK | cmyk(77%, 13%, 0%, 0%) |
| LAB | lab(82.3 -30.5 -27.3) |
| LCH | lch(82.3 41.0 221.8) |
| OKLCH | oklch(0.836 0.135 214.4) |
Copy-ready code
/* CSS */
color: #3cdfff;
background-color: #3cdfff;
/* Tailwind (arbitrary) */
class="text-[#3cdfff] bg-[#3cdfff]"
/* SCSS */
$brand: #3cdfff;
/* SwiftUI */
Color(red: 0.235, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#3cdfff")Accessibility — WCAG contrast
Aa
#3cdfff on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdfff on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green87.5%
Blue100.0%
CMYK percentages
Cyan76.5%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#3cdfff text on a black background
contrast 13.19:1
Card sample
#3cdfff text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdfff;
Background color
Panel with #3cdfff background
background-color: #3cdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdfff; background: linear-gradient(135deg, #3cdfff, #3C5DFF);