#3bccf4
a balanced, electric cyan · cool · closest name: skyblue
RGB
59, 204, 244
HSL
193°, 89%, 59%
CMYK
76, 16, 0, 4
Luminance
0.5065
Every format
| HEX | #3bccf4 |
| RGB | rgb(59, 204, 244) |
| HSL | hsl(193, 89%, 59%) |
| CMYK | cmyk(76%, 16%, 0%, 4%) |
| LAB | lab(76.5 -24.7 -30.5) |
| LCH | lch(76.5 39.3 231.0) |
| OKLCH | oklch(0.787 0.130 221.0) |
Copy-ready code
/* CSS */
color: #3bccf4;
background-color: #3bccf4;
/* Tailwind (arbitrary) */
class="text-[#3bccf4] bg-[#3bccf4]"
/* SCSS */
$brand: #3bccf4;
/* SwiftUI */
Color(red: 0.231, green: 0.800, blue: 0.957)
/* Android */
Color.parseColor("#3bccf4")Accessibility — WCAG contrast
Aa
#3bccf4 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bccf4 on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green80.0%
Blue95.7%
CMYK percentages
Cyan75.8%
Magenta16.4%
Yellow0.0%
Key (black)4.3%
Color previews
#3bccf4 text on a black background
contrast 11.13:1
Card sample
#3bccf4 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bccf4;
Background color
Panel with #3bccf4 background
background-color: #3bccf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bccf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 204, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 204, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bccf4; background: linear-gradient(135deg, #3bccf4, #3B51F4);