#6b9ade
a balanced, vivid blue · cool · closest name: steelblue
RGB
107, 154, 222
HSL
216°, 64%, 65%
CMYK
52, 31, 0, 13
Luminance
0.3151
Every format
| HEX | #6b9ade |
| RGB | rgb(107, 154, 222) |
| HSL | hsl(216, 64%, 65%) |
| CMYK | cmyk(52%, 31%, 0%, 13%) |
| LAB | lab(62.9 3.2 -39.4) |
| LCH | lch(62.9 39.5 274.6) |
| OKLCH | oklch(0.681 0.113 257.6) |
Copy-ready code
/* CSS */
color: #6b9ade;
background-color: #6b9ade;
/* Tailwind (arbitrary) */
class="text-[#6b9ade] bg-[#6b9ade]"
/* SCSS */
$brand: #6b9ade;
/* SwiftUI */
Color(red: 0.420, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#6b9ade")Accessibility — WCAG contrast
Aa
#6b9ade on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6b9ade on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green60.4%
Blue87.1%
CMYK percentages
Cyan51.8%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#6b9ade text on a black background
contrast 7.30:1
Card sample
#6b9ade text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b9ade;
Background color
Panel with #6b9ade background
background-color: #6b9ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b9ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b9ade; background: linear-gradient(135deg, #6b9ade, #896BDE);