#3cceee
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 206, 238
HSL
191°, 84%, 58%
CMYK
75, 13, 0, 7
Luminance
0.5128
Every format
| HEX | #3cceee |
| RGB | rgb(60, 206, 238) |
| HSL | hsl(191, 84%, 58%) |
| CMYK | cmyk(75%, 13%, 0%, 7%) |
| LAB | lab(76.8 -27.5 -26.7) |
| LCH | lch(76.8 38.3 224.2) |
| OKLCH | oklch(0.789 0.126 216.2) |
Copy-ready code
/* CSS */
color: #3cceee;
background-color: #3cceee;
/* Tailwind (arbitrary) */
class="text-[#3cceee] bg-[#3cceee]"
/* SCSS */
$brand: #3cceee;
/* SwiftUI */
Color(red: 0.235, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#3cceee")Accessibility — WCAG contrast
Aa
#3cceee on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cceee on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green80.8%
Blue93.3%
CMYK percentages
Cyan74.8%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#3cceee text on a black background
contrast 11.26:1
Card sample
#3cceee text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cceee;
Background color
Panel with #3cceee background
background-color: #3cceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cceee; background: linear-gradient(135deg, #3cceee, #3C57EE);