#7c72be
a balanced, soft blue · warm · closest name: slateblue
RGB
124, 114, 190
HSL
248°, 37%, 60%
CMYK
35, 40, 0, 26
Luminance
0.2004
Every format
| HEX | #7c72be |
| RGB | rgb(124, 114, 190) |
| HSL | hsl(248, 37%, 60%) |
| CMYK | cmyk(35%, 40%, 0%, 26%) |
| LAB | lab(51.9 21.8 -38.6) |
| LCH | lch(51.9 44.3 299.4) |
| OKLCH | oklch(0.594 0.114 288.4) |
Copy-ready code
/* CSS */
color: #7c72be;
background-color: #7c72be;
/* Tailwind (arbitrary) */
class="text-[#7c72be] bg-[#7c72be]"
/* SCSS */
$brand: #7c72be;
/* SwiftUI */
Color(red: 0.486, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#7c72be")Accessibility — WCAG contrast
Aa
#7c72be on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c72be on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green44.7%
Blue74.5%
CMYK percentages
Cyan34.7%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#7c72be text on a black background
contrast 5.01:1
Card sample
#7c72be text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c72be;
Background color
Panel with #7c72be background
background-color: #7c72be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c72be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c72be; background: linear-gradient(135deg, #7c72be, #AF72BE);