#3bbcfe
a balanced, electric blue · cool · closest name: skyblue
RGB
59, 188, 254
HSL
200°, 99%, 61%
CMYK
77, 26, 0, 0
Luminance
0.4405
Every format
| HEX | #3bbcfe |
| RGB | rgb(59, 188, 254) |
| HSL | hsl(200, 99%, 61%) |
| CMYK | cmyk(77%, 26%, 0%, 0%) |
| LAB | lab(72.3 -13.2 -42.4) |
| LCH | lch(72.3 44.4 252.8) |
| OKLCH | oklch(0.755 0.144 236.2) |
Copy-ready code
/* CSS */
color: #3bbcfe;
background-color: #3bbcfe;
/* Tailwind (arbitrary) */
class="text-[#3bbcfe] bg-[#3bbcfe]"
/* SCSS */
$brand: #3bbcfe;
/* SwiftUI */
Color(red: 0.231, green: 0.737, blue: 0.996)
/* Android */
Color.parseColor("#3bbcfe")Accessibility — WCAG contrast
Aa
#3bbcfe on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bbcfe on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green73.7%
Blue99.6%
CMYK percentages
Cyan76.8%
Magenta26.0%
Yellow0.0%
Key (black)0.4%
Color previews
#3bbcfe text on a black background
contrast 9.81:1
Card sample
#3bbcfe text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bbcfe;
Background color
Panel with #3bbcfe background
background-color: #3bbcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bbcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 188, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 188, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bbcfe; background: linear-gradient(135deg, #3bbcfe, #3C3BFE);