#7c72af
a balanced, soft blue · warm · closest name: steelblue
RGB
124, 114, 175
HSL
250°, 28%, 57%
CMYK
29, 35, 0, 31
Luminance
0.1941
Every format
| HEX | #7c72af |
| RGB | rgb(124, 114, 175) |
| HSL | hsl(250, 28%, 57%) |
| CMYK | cmyk(29%, 35%, 0%, 31%) |
| LAB | lab(51.2 17.8 -31.1) |
| LCH | lch(51.2 35.8 299.8) |
| OKLCH | oklch(0.586 0.092 290.8) |
Copy-ready code
/* CSS */
color: #7c72af;
background-color: #7c72af;
/* Tailwind (arbitrary) */
class="text-[#7c72af] bg-[#7c72af]"
/* SCSS */
$brand: #7c72af;
/* SwiftUI */
Color(red: 0.486, green: 0.447, blue: 0.686)
/* Android */
Color.parseColor("#7c72af")Accessibility — WCAG contrast
Aa
#7c72af on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c72af on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green44.7%
Blue68.6%
CMYK percentages
Cyan29.1%
Magenta34.9%
Yellow0.0%
Key (black)31.4%
Color previews
#7c72af text on a black background
contrast 4.88:1
Card sample
#7c72af text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c72af;
Background color
Panel with #7c72af background
background-color: #7c72af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c72af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 114, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 114, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c72af; background: linear-gradient(135deg, #7c72af, #A572AF);