#6496df
a balanced, vivid blue · cool · closest name: steelblue
RGB
100, 150, 223
HSL
216°, 66%, 63%
CMYK
55, 33, 0, 13
Luminance
0.2985
Every format
| HEX | #6496df |
| RGB | rgb(100, 150, 223) |
| HSL | hsl(216, 66%, 63%) |
| CMYK | cmyk(55%, 33%, 0%, 13%) |
| LAB | lab(61.5 4.3 -42.2) |
| LCH | lch(61.5 42.4 275.8) |
| OKLCH | oklch(0.669 0.122 257.8) |
Copy-ready code
/* CSS */
color: #6496df;
background-color: #6496df;
/* Tailwind (arbitrary) */
class="text-[#6496df] bg-[#6496df]"
/* SCSS */
$brand: #6496df;
/* SwiftUI */
Color(red: 0.392, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#6496df")Accessibility — WCAG contrast
Aa
#6496df on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6496df on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green58.8%
Blue87.5%
CMYK percentages
Cyan55.2%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#6496df text on a black background
contrast 6.97:1
Card sample
#6496df text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6496df;
Background color
Panel with #6496df background
background-color: #6496df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6496df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6496df; background: linear-gradient(135deg, #6496df, #8464DF);