#7256eb
a balanced, electric blue · warm · closest name: slateblue
RGB
114, 86, 235
HSL
251°, 79%, 63%
CMYK
52, 63, 0, 8
Luminance
0.1623
Every format
| HEX | #7256eb |
| RGB | rgb(114, 86, 235) |
| HSL | hsl(251, 79%, 63%) |
| CMYK | cmyk(52%, 63%, 0%, 8%) |
| LAB | lab(47.3 48.7 -71.7) |
| LCH | lch(47.3 86.7 304.2) |
| OKLCH | oklch(0.566 0.214 286.0) |
Copy-ready code
/* CSS */
color: #7256eb;
background-color: #7256eb;
/* Tailwind (arbitrary) */
class="text-[#7256eb] bg-[#7256eb]"
/* SCSS */
$brand: #7256eb;
/* SwiftUI */
Color(red: 0.447, green: 0.337, blue: 0.922)
/* Android */
Color.parseColor("#7256eb")Accessibility — WCAG contrast
Aa
#7256eb on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7256eb on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green33.7%
Blue92.2%
CMYK percentages
Cyan51.5%
Magenta63.4%
Yellow0.0%
Key (black)7.8%
Color previews
#7256eb text on a black background
contrast 4.25:1
Card sample
#7256eb text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7256eb;
Background color
Panel with #7256eb background
background-color: #7256eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7256eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 86, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 86, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7256eb; background: linear-gradient(135deg, #7256eb, #D556EB);