#7e72be
a balanced, soft blue · warm · closest name: slateblue
RGB
126, 114, 190
HSL
250°, 37%, 60%
CMYK
34, 40, 0, 26
Luminance
0.2019
Every format
| HEX | #7e72be |
| RGB | rgb(126, 114, 190) |
| HSL | hsl(250, 37%, 60%) |
| CMYK | cmyk(34%, 40%, 0%, 26%) |
| LAB | lab(52.0 22.3 -38.3) |
| LCH | lch(52.0 44.4 300.2) |
| OKLCH | oklch(0.595 0.114 289.7) |
Copy-ready code
/* CSS */
color: #7e72be;
background-color: #7e72be;
/* Tailwind (arbitrary) */
class="text-[#7e72be] bg-[#7e72be]"
/* SCSS */
$brand: #7e72be;
/* SwiftUI */
Color(red: 0.494, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#7e72be")Accessibility — WCAG contrast
Aa
#7e72be on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7e72be on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green44.7%
Blue74.5%
CMYK percentages
Cyan33.7%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#7e72be text on a black background
contrast 5.04:1
Card sample
#7e72be text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e72be;
Background color
Panel with #7e72be background
background-color: #7e72be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e72be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e72be; background: linear-gradient(135deg, #7e72be, #B172BE);