#6497cb
a balanced, vivid blue · cool · closest name: steelblue
RGB
100, 151, 203
HSL
210°, 50%, 59%
CMYK
51, 26, 0, 20
Luminance
0.2915
Every format
| HEX | #6497cb |
| RGB | rgb(100, 151, 203) |
| HSL | hsl(210, 50%, 59%) |
| CMYK | cmyk(51%, 26%, 0%, 20%) |
| LAB | lab(60.9 -2.5 -32.0) |
| LCH | lch(60.9 32.1 265.6) |
| OKLCH | oklch(0.662 0.095 249.9) |
Copy-ready code
/* CSS */
color: #6497cb;
background-color: #6497cb;
/* Tailwind (arbitrary) */
class="text-[#6497cb] bg-[#6497cb]"
/* SCSS */
$brand: #6497cb;
/* SwiftUI */
Color(red: 0.392, green: 0.592, blue: 0.796)
/* Android */
Color.parseColor("#6497cb")Accessibility — WCAG contrast
Aa
#6497cb on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6497cb on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green59.2%
Blue79.6%
CMYK percentages
Cyan50.7%
Magenta25.6%
Yellow0.0%
Key (black)20.4%
Color previews
#6497cb text on a black background
contrast 6.83:1
Card sample
#6497cb text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6497cb;
Background color
Panel with #6497cb background
background-color: #6497cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6497cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 151, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 151, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6497cb; background: linear-gradient(135deg, #6497cb, #7664CB);