#3cdcf9
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 220, 249
HSL
189°, 94%, 61%
CMYK
76, 12, 0, 2
Luminance
0.5899
Every format
| HEX | #3cdcf9 |
| RGB | rgb(60, 220, 249) |
| HSL | hsl(189, 94%, 61%) |
| CMYK | cmyk(76%, 12%, 0%, 2%) |
| LAB | lab(81.3 -30.9 -25.8) |
| LCH | lch(81.3 40.3 219.8) |
| OKLCH | oklch(0.826 0.132 213.0) |
Copy-ready code
/* CSS */
color: #3cdcf9;
background-color: #3cdcf9;
/* Tailwind (arbitrary) */
class="text-[#3cdcf9] bg-[#3cdcf9]"
/* SCSS */
$brand: #3cdcf9;
/* SwiftUI */
Color(red: 0.235, green: 0.863, blue: 0.976)
/* Android */
Color.parseColor("#3cdcf9")Accessibility — WCAG contrast
Aa
#3cdcf9 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdcf9 on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green86.3%
Blue97.6%
CMYK percentages
Cyan75.9%
Magenta11.6%
Yellow0.0%
Key (black)2.4%
Color previews
#3cdcf9 text on a black background
contrast 12.80:1
Card sample
#3cdcf9 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdcf9;
Background color
Panel with #3cdcf9 background
background-color: #3cdcf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdcf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 220, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 220, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdcf9; background: linear-gradient(135deg, #3cdcf9, #3C5EF9);