#3cbceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 188, 235
HSL
196°, 81%, 58%
CMYK
75, 20, 0, 8
Luminance
0.4293
Every format
| HEX | #3cbceb |
| RGB | rgb(60, 188, 235) |
| HSL | hsl(196, 81%, 58%) |
| CMYK | cmyk(75%, 20%, 0%, 8%) |
| LAB | lab(71.5 -19.3 -33.3) |
| LCH | lch(71.5 38.5 239.9) |
| OKLCH | oklch(0.746 0.127 227.3) |
Copy-ready code
/* CSS */
color: #3cbceb;
background-color: #3cbceb;
/* Tailwind (arbitrary) */
class="text-[#3cbceb] bg-[#3cbceb]"
/* SCSS */
$brand: #3cbceb;
/* SwiftUI */
Color(red: 0.235, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#3cbceb")Accessibility — WCAG contrast
Aa
#3cbceb on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cbceb on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green73.7%
Blue92.2%
CMYK percentages
Cyan74.5%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#3cbceb text on a black background
contrast 9.59:1
Card sample
#3cbceb text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cbceb;
Background color
Panel with #3cbceb background
background-color: #3cbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cbceb; background: linear-gradient(135deg, #3cbceb, #3C47EB);