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