#7253eb
a balanced, electric blue · warm · closest name: slateblue
RGB
114, 83, 235
HSL
252°, 79%, 62%
CMYK
52, 65, 0, 8
Luminance
0.1576
Every format
| HEX | #7253eb |
| RGB | rgb(114, 83, 235) |
| HSL | hsl(252, 79%, 62%) |
| CMYK | cmyk(52%, 65%, 0%, 8%) |
| LAB | lab(46.7 50.4 -72.7) |
| LCH | lch(46.7 88.4 304.7) |
| OKLCH | oklch(0.562 0.217 286.5) |
Copy-ready code
/* CSS */
color: #7253eb;
background-color: #7253eb;
/* Tailwind (arbitrary) */
class="text-[#7253eb] bg-[#7253eb]"
/* SCSS */
$brand: #7253eb;
/* SwiftUI */
Color(red: 0.447, green: 0.325, blue: 0.922)
/* Android */
Color.parseColor("#7253eb")Accessibility — WCAG contrast
Aa
#7253eb on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7253eb on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green32.5%
Blue92.2%
CMYK percentages
Cyan51.5%
Magenta64.7%
Yellow0.0%
Key (black)7.8%
Color previews
#7253eb text on a black background
contrast 4.15:1
Card sample
#7253eb text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7253eb;
Background color
Panel with #7253eb background
background-color: #7253eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7253eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 83, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 83, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7253eb; background: linear-gradient(135deg, #7253eb, #D753EB);