#7c71ba
a balanced, soft blue · warm · closest name: steelblue
RGB
124, 113, 186
HSL
249°, 35%, 59%
CMYK
33, 39, 0, 27
Luminance
0.1964
Every format
| HEX | #7c71ba |
| RGB | rgb(124, 113, 186) |
| HSL | hsl(249, 35%, 59%) |
| CMYK | cmyk(33%, 39%, 0%, 27%) |
| LAB | lab(51.4 21.3 -37.0) |
| LCH | lch(51.4 42.7 299.9) |
| OKLCH | oklch(0.590 0.110 289.5) |
Copy-ready code
/* CSS */
color: #7c71ba;
background-color: #7c71ba;
/* Tailwind (arbitrary) */
class="text-[#7c71ba] bg-[#7c71ba]"
/* SCSS */
$brand: #7c71ba;
/* SwiftUI */
Color(red: 0.486, green: 0.443, blue: 0.729)
/* Android */
Color.parseColor("#7c71ba")Accessibility — WCAG contrast
Aa
#7c71ba on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c71ba on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green44.3%
Blue72.9%
CMYK percentages
Cyan33.3%
Magenta39.2%
Yellow0.0%
Key (black)27.1%
Color previews
#7c71ba text on a black background
contrast 4.93:1
Card sample
#7c71ba text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c71ba;
Background color
Panel with #7c71ba background
background-color: #7c71ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c71ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 113, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 113, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c71ba; background: linear-gradient(135deg, #7c71ba, #AD71BA);