#3cccef
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 204, 239
HSL
192°, 85%, 59%
CMYK
75, 15, 0, 6
Luminance
0.5038
Every format
| HEX | #3cccef |
| RGB | rgb(60, 204, 239) |
| HSL | hsl(192, 85%, 59%) |
| CMYK | cmyk(75%, 15%, 0%, 6%) |
| LAB | lab(76.3 -26.2 -28.1) |
| LCH | lch(76.3 38.4 227.0) |
| OKLCH | oklch(0.785 0.127 218.2) |
Copy-ready code
/* CSS */
color: #3cccef;
background-color: #3cccef;
/* Tailwind (arbitrary) */
class="text-[#3cccef] bg-[#3cccef]"
/* SCSS */
$brand: #3cccef;
/* SwiftUI */
Color(red: 0.235, green: 0.800, blue: 0.937)
/* Android */
Color.parseColor("#3cccef")Accessibility — WCAG contrast
Aa
#3cccef on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cccef on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green80.0%
Blue93.7%
CMYK percentages
Cyan74.9%
Magenta14.6%
Yellow0.0%
Key (black)6.3%
Color previews
#3cccef text on a black background
contrast 11.08:1
Card sample
#3cccef text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cccef;
Background color
Panel with #3cccef background
background-color: #3cccef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cccef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 204, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 204, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cccef; background: linear-gradient(135deg, #3cccef, #3C55EF);