#6ba2db
a balanced, vivid blue · cool · closest name: steelblue
RGB
107, 162, 219
HSL
211°, 61%, 64%
CMYK
51, 26, 0, 14
Luminance
0.3408
Every format
| HEX | #6ba2db |
| RGB | rgb(107, 162, 219) |
| HSL | hsl(211, 61%, 64%) |
| CMYK | cmyk(51%, 26%, 0%, 14%) |
| LAB | lab(65.0 -2.3 -34.5) |
| LCH | lch(65.0 34.5 266.2) |
| OKLCH | oklch(0.697 0.102 250.3) |
Copy-ready code
/* CSS */
color: #6ba2db;
background-color: #6ba2db;
/* Tailwind (arbitrary) */
class="text-[#6ba2db] bg-[#6ba2db]"
/* SCSS */
$brand: #6ba2db;
/* SwiftUI */
Color(red: 0.420, green: 0.635, blue: 0.859)
/* Android */
Color.parseColor("#6ba2db")Accessibility — WCAG contrast
Aa
#6ba2db on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ba2db on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green63.5%
Blue85.9%
CMYK percentages
Cyan51.1%
Magenta26.0%
Yellow0.0%
Key (black)14.1%
Color previews
#6ba2db text on a black background
contrast 7.82:1
Card sample
#6ba2db text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ba2db;
Background color
Panel with #6ba2db background
background-color: #6ba2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ba2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 162, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 162, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ba2db; background: linear-gradient(135deg, #6ba2db, #7F6BDB);