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