#3ba2df
a balanced, vivid blue · cool · closest name: steelblue
RGB
59, 162, 223
HSL
202°, 72%, 55%
CMYK
74, 27, 0, 13
Luminance
0.3210
Every format
| HEX | #3ba2df |
| RGB | rgb(59, 162, 223) |
| HSL | hsl(202, 72%, 55%) |
| CMYK | cmyk(74%, 27%, 0%, 13%) |
| LAB | lab(63.4 -9.5 -39.3) |
| LCH | lch(63.4 40.4 256.4) |
| OKLCH | oklch(0.680 0.129 239.1) |
Copy-ready code
/* CSS */
color: #3ba2df;
background-color: #3ba2df;
/* Tailwind (arbitrary) */
class="text-[#3ba2df] bg-[#3ba2df]"
/* SCSS */
$brand: #3ba2df;
/* SwiftUI */
Color(red: 0.231, green: 0.635, blue: 0.875)
/* Android */
Color.parseColor("#3ba2df")Accessibility — WCAG contrast
Aa
#3ba2df on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ba2df on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green63.5%
Blue87.5%
CMYK percentages
Cyan73.5%
Magenta27.4%
Yellow0.0%
Key (black)12.5%
Color previews
#3ba2df text on a black background
contrast 7.42:1
Card sample
#3ba2df text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba2df;
Background color
Panel with #3ba2df background
background-color: #3ba2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 162, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 162, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba2df; background: linear-gradient(135deg, #3ba2df, #413BDF);