#6294df
a balanced, vivid blue · cool · closest name: steelblue
RGB
98, 148, 223
HSL
216°, 66%, 63%
CMYK
56, 34, 0, 13
Luminance
0.2910
Every format
| HEX | #6294df |
| RGB | rgb(98, 148, 223) |
| HSL | hsl(216, 66%, 63%) |
| CMYK | cmyk(56%, 34%, 0%, 13%) |
| LAB | lab(60.9 5.0 -43.2) |
| LCH | lch(60.9 43.5 276.7) |
| OKLCH | oklch(0.664 0.125 258.3) |
Copy-ready code
/* CSS */
color: #6294df;
background-color: #6294df;
/* Tailwind (arbitrary) */
class="text-[#6294df] bg-[#6294df]"
/* SCSS */
$brand: #6294df;
/* SwiftUI */
Color(red: 0.384, green: 0.580, blue: 0.875)
/* Android */
Color.parseColor("#6294df")Accessibility — WCAG contrast
Aa
#6294df on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6294df on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green58.0%
Blue87.5%
CMYK percentages
Cyan56.1%
Magenta33.6%
Yellow0.0%
Key (black)12.5%
Color previews
#6294df text on a black background
contrast 6.82:1
Card sample
#6294df text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6294df;
Background color
Panel with #6294df background
background-color: #6294df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6294df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 148, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 148, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6294df; background: linear-gradient(135deg, #6294df, #8362DF);