#6296df
a balanced, vivid blue · cool · closest name: steelblue
RGB
98, 150, 223
HSL
215°, 66%, 63%
CMYK
56, 33, 0, 13
Luminance
0.2974
Every format
| HEX | #6296df |
| RGB | rgb(98, 150, 223) |
| HSL | hsl(215, 66%, 63%) |
| CMYK | cmyk(56%, 33%, 0%, 13%) |
| LAB | lab(61.4 3.9 -42.4) |
| LCH | lch(61.4 42.5 275.2) |
| OKLCH | oklch(0.668 0.123 257.0) |
Copy-ready code
/* CSS */
color: #6296df;
background-color: #6296df;
/* Tailwind (arbitrary) */
class="text-[#6296df] bg-[#6296df]"
/* SCSS */
$brand: #6296df;
/* SwiftUI */
Color(red: 0.384, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#6296df")Accessibility — WCAG contrast
Aa
#6296df on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6296df on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green58.8%
Blue87.5%
CMYK percentages
Cyan56.1%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#6296df text on a black background
contrast 6.95:1
Card sample
#6296df text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6296df;
Background color
Panel with #6296df background
background-color: #6296df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6296df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6296df; background: linear-gradient(135deg, #6296df, #8162DF);