#3ba5db
a balanced, vivid blue · cool · closest name: steelblue
RGB
59, 165, 219
HSL
200°, 69%, 55%
CMYK
73, 25, 0, 14
Luminance
0.3295
Every format
| HEX | #3ba5db |
| RGB | rgb(59, 165, 219) |
| HSL | hsl(200, 69%, 55%) |
| CMYK | cmyk(73%, 25%, 0%, 14%) |
| LAB | lab(64.1 -12.5 -36.0) |
| LCH | lch(64.1 38.1 250.9) |
| OKLCH | oklch(0.685 0.124 235.2) |
Copy-ready code
/* CSS */
color: #3ba5db;
background-color: #3ba5db;
/* Tailwind (arbitrary) */
class="text-[#3ba5db] bg-[#3ba5db]"
/* SCSS */
$brand: #3ba5db;
/* SwiftUI */
Color(red: 0.231, green: 0.647, blue: 0.859)
/* Android */
Color.parseColor("#3ba5db")Accessibility — WCAG contrast
Aa
#3ba5db on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ba5db on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green64.7%
Blue85.9%
CMYK percentages
Cyan73.1%
Magenta24.7%
Yellow0.0%
Key (black)14.1%
Color previews
#3ba5db text on a black background
contrast 7.59:1
Card sample
#3ba5db text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba5db;
Background color
Panel with #3ba5db background
background-color: #3ba5db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba5db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 165, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 165, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba5db; background: linear-gradient(135deg, #3ba5db, #3C3BDB);