#3ce0fc
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 224, 252
HSL
189°, 97%, 61%
CMYK
76, 11, 0, 1
Luminance
0.6130
Every format
| HEX | #3ce0fc |
| RGB | rgb(60, 224, 252) |
| HSL | hsl(189, 97%, 61%) |
| CMYK | cmyk(76%, 11%, 0%, 1%) |
| LAB | lab(82.5 -31.9 -25.5) |
| LCH | lch(82.5 40.8 218.6) |
| OKLCH | oklch(0.837 0.134 212.1) |
Copy-ready code
/* CSS */
color: #3ce0fc;
background-color: #3ce0fc;
/* Tailwind (arbitrary) */
class="text-[#3ce0fc] bg-[#3ce0fc]"
/* SCSS */
$brand: #3ce0fc;
/* SwiftUI */
Color(red: 0.235, green: 0.878, blue: 0.988)
/* Android */
Color.parseColor("#3ce0fc")Accessibility — WCAG contrast
Aa
#3ce0fc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ce0fc on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green87.8%
Blue98.8%
CMYK percentages
Cyan76.2%
Magenta11.1%
Yellow0.0%
Key (black)1.2%
Color previews
#3ce0fc text on a black background
contrast 13.26:1
Card sample
#3ce0fc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ce0fc;
Background color
Panel with #3ce0fc background
background-color: #3ce0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ce0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 224, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 224, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ce0fc; background: linear-gradient(135deg, #3ce0fc, #3C60FC);