#7250eb
a balanced, electric blue · warm · closest name: slateblue
RGB
114, 80, 235
HSL
253°, 80%, 62%
CMYK
52, 66, 0, 8
Luminance
0.1531
Every format
| HEX | #7250eb |
| RGB | rgb(114, 80, 235) |
| HSL | hsl(253, 80%, 62%) |
| CMYK | cmyk(52%, 66%, 0%, 8%) |
| LAB | lab(46.1 52.0 -73.7) |
| LCH | lch(46.1 90.2 305.2) |
| OKLCH | oklch(0.557 0.221 287.0) |
Copy-ready code
/* CSS */
color: #7250eb;
background-color: #7250eb;
/* Tailwind (arbitrary) */
class="text-[#7250eb] bg-[#7250eb]"
/* SCSS */
$brand: #7250eb;
/* SwiftUI */
Color(red: 0.447, green: 0.314, blue: 0.922)
/* Android */
Color.parseColor("#7250eb")Accessibility — WCAG contrast
Aa
#7250eb on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7250eb on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green31.4%
Blue92.2%
CMYK percentages
Cyan51.5%
Magenta66.0%
Yellow0.0%
Key (black)7.8%
Color previews
#7250eb text on a black background
contrast 4.06:1
Card sample
#7250eb text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7250eb;
Background color
Panel with #7250eb background
background-color: #7250eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7250eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 80, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 80, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7250eb; background: linear-gradient(135deg, #7250eb, #D950EB);