#3bcceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
59, 204, 235
HSL
191°, 82%, 58%
CMYK
75, 13, 0, 8
Luminance
0.5011
Every format
| HEX | #3bcceb |
| RGB | rgb(59, 204, 235) |
| HSL | hsl(191, 82%, 58%) |
| CMYK | cmyk(75%, 13%, 0%, 8%) |
| LAB | lab(76.1 -27.6 -26.2) |
| LCH | lch(76.1 38.0 223.5) |
| OKLCH | oklch(0.783 0.125 215.7) |
Copy-ready code
/* CSS */
color: #3bcceb;
background-color: #3bcceb;
/* Tailwind (arbitrary) */
class="text-[#3bcceb] bg-[#3bcceb]"
/* SCSS */
$brand: #3bcceb;
/* SwiftUI */
Color(red: 0.231, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#3bcceb")Accessibility — WCAG contrast
Aa
#3bcceb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bcceb on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green80.0%
Blue92.2%
CMYK percentages
Cyan74.9%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#3bcceb text on a black background
contrast 11.02:1
Card sample
#3bcceb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bcceb;
Background color
Panel with #3bcceb background
background-color: #3bcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bcceb; background: linear-gradient(135deg, #3bcceb, #3B56EB);