#7256e3
a balanced, vivid blue · warm · closest name: slateblue
RGB
114, 86, 227
HSL
252°, 72%, 61%
CMYK
50, 62, 0, 11
Luminance
0.1578
Every format
| HEX | #7256e3 |
| RGB | rgb(114, 86, 227) |
| HSL | hsl(252, 72%, 61%) |
| CMYK | cmyk(50%, 62%, 0%, 11%) |
| LAB | lab(46.7 46.4 -68.1) |
| LCH | lch(46.7 82.4 304.3) |
| OKLCH | oklch(0.560 0.204 287.0) |
Copy-ready code
/* CSS */
color: #7256e3;
background-color: #7256e3;
/* Tailwind (arbitrary) */
class="text-[#7256e3] bg-[#7256e3]"
/* SCSS */
$brand: #7256e3;
/* SwiftUI */
Color(red: 0.447, green: 0.337, blue: 0.890)
/* Android */
Color.parseColor("#7256e3")Accessibility — WCAG contrast
Aa
#7256e3 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7256e3 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green33.7%
Blue89.0%
CMYK percentages
Cyan49.8%
Magenta62.1%
Yellow0.0%
Key (black)11.0%
Color previews
#7256e3 text on a black background
contrast 4.16:1
Card sample
#7256e3 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7256e3;
Background color
Panel with #7256e3 background
background-color: #7256e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7256e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 86, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 86, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7256e3; background: linear-gradient(135deg, #7256e3, #D056E3);