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