#3bafeb
a balanced, electric blue · cool · closest name: steelblue
RGB
59, 175, 235
HSL
201°, 82%, 58%
CMYK
75, 26, 0, 8
Luminance
0.3759
Every format
| HEX | #3bafeb |
| RGB | rgb(59, 175, 235) |
| HSL | hsl(201, 82%, 58%) |
| CMYK | cmyk(75%, 26%, 0%, 8%) |
| LAB | lab(67.7 -12.6 -39.2) |
| LCH | lch(67.7 41.2 252.2) |
| OKLCH | oklch(0.716 0.133 236.0) |
Copy-ready code
/* CSS */
color: #3bafeb;
background-color: #3bafeb;
/* Tailwind (arbitrary) */
class="text-[#3bafeb] bg-[#3bafeb]"
/* SCSS */
$brand: #3bafeb;
/* SwiftUI */
Color(red: 0.231, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#3bafeb")Accessibility — WCAG contrast
Aa
#3bafeb on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bafeb on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green68.6%
Blue92.2%
CMYK percentages
Cyan74.9%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#3bafeb text on a black background
contrast 8.52:1
Card sample
#3bafeb text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bafeb;
Background color
Panel with #3bafeb background
background-color: #3bafeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bafeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bafeb; background: linear-gradient(135deg, #3bafeb, #3C3BEB);