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