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