#6256eb
a balanced, electric blue · warm · closest name: slateblue
RGB
98, 86, 235
HSL
245°, 79%, 63%
CMYK
58, 63, 0, 8
Luminance
0.1525
Every format
| HEX | #6256eb |
| RGB | rgb(98, 86, 235) |
| HSL | hsl(245, 79%, 63%) |
| CMYK | cmyk(58%, 63%, 0%, 8%) |
| LAB | lab(46.0 46.0 -73.8) |
| LCH | lch(46.0 87.0 301.9) |
| OKLCH | oklch(0.553 0.216 280.3) |
Copy-ready code
/* CSS */
color: #6256eb;
background-color: #6256eb;
/* Tailwind (arbitrary) */
class="text-[#6256eb] bg-[#6256eb]"
/* SCSS */
$brand: #6256eb;
/* SwiftUI */
Color(red: 0.384, green: 0.337, blue: 0.922)
/* Android */
Color.parseColor("#6256eb")Accessibility — WCAG contrast
Aa
#6256eb on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6256eb on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green33.7%
Blue92.2%
CMYK percentages
Cyan58.3%
Magenta63.4%
Yellow0.0%
Key (black)7.8%
Color previews
#6256eb text on a black background
contrast 4.05:1
Card sample
#6256eb text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6256eb;
Background color
Panel with #6256eb background
background-color: #6256eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6256eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 86, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 86, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6256eb; background: linear-gradient(135deg, #6256eb, #C556EB);