#3bbaff
a balanced, electric blue · cool · closest name: steelblue
RGB
59, 186, 255
HSL
201°, 100%, 62%
CMYK
77, 27, 0, 0
Luminance
0.4327
Every format
| HEX | #3bbaff |
| RGB | rgb(59, 186, 255) |
| HSL | hsl(201, 100%, 62%) |
| CMYK | cmyk(77%, 27%, 0%, 0%) |
| LAB | lab(71.7 -11.8 -43.8) |
| LCH | lch(71.7 45.3 255.0) |
| OKLCH | oklch(0.751 0.146 237.7) |
Copy-ready code
/* CSS */
color: #3bbaff;
background-color: #3bbaff;
/* Tailwind (arbitrary) */
class="text-[#3bbaff] bg-[#3bbaff]"
/* SCSS */
$brand: #3bbaff;
/* SwiftUI */
Color(red: 0.231, green: 0.729, blue: 1.000)
/* Android */
Color.parseColor("#3bbaff")Accessibility — WCAG contrast
Aa
#3bbaff on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bbaff on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green72.9%
Blue100.0%
CMYK percentages
Cyan76.9%
Magenta27.1%
Yellow0.0%
Key (black)0.0%
Color previews
#3bbaff text on a black background
contrast 9.65:1
Card sample
#3bbaff text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bbaff;
Background color
Panel with #3bbaff background
background-color: #3bbaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bbaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 186, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 186, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bbaff; background: linear-gradient(135deg, #3bbaff, #3F3BFF);