#6258eb
a balanced, electric blue · warm · closest name: slateblue
RGB
98, 88, 235
HSL
244°, 79%, 63%
CMYK
58, 63, 0, 8
Luminance
0.1557
Every format
| HEX | #6258eb |
| RGB | rgb(98, 88, 235) |
| HSL | hsl(244, 79%, 63%) |
| CMYK | cmyk(58%, 63%, 0%, 8%) |
| LAB | lab(46.4 44.9 -73.1) |
| LCH | lch(46.4 85.8 301.5) |
| OKLCH | oklch(0.557 0.214 279.9) |
Copy-ready code
/* CSS */
color: #6258eb;
background-color: #6258eb;
/* Tailwind (arbitrary) */
class="text-[#6258eb] bg-[#6258eb]"
/* SCSS */
$brand: #6258eb;
/* SwiftUI */
Color(red: 0.384, green: 0.345, blue: 0.922)
/* Android */
Color.parseColor("#6258eb")Accessibility — WCAG contrast
Aa
#6258eb on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6258eb on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green34.5%
Blue92.2%
CMYK percentages
Cyan58.3%
Magenta62.6%
Yellow0.0%
Key (black)7.8%
Color previews
#6258eb text on a black background
contrast 4.11:1
Card sample
#6258eb text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6258eb;
Background color
Panel with #6258eb background
background-color: #6258eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6258eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 88, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 88, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6258eb; background: linear-gradient(135deg, #6258eb, #C458EB);