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