#7c71cb
a balanced, vivid blue · warm · closest name: slateblue
RGB
124, 113, 203
HSL
247°, 46%, 62%
CMYK
39, 44, 0, 20
Luminance
0.2041
Every format
| HEX | #7c71cb |
| RGB | rgb(124, 113, 203) |
| HSL | hsl(247, 46%, 62%) |
| CMYK | cmyk(39%, 44%, 0%, 20%) |
| LAB | lab(52.3 26.0 -45.4) |
| LCH | lch(52.3 52.3 299.8) |
| OKLCH | oklch(0.599 0.134 287.2) |
Copy-ready code
/* CSS */
color: #7c71cb;
background-color: #7c71cb;
/* Tailwind (arbitrary) */
class="text-[#7c71cb] bg-[#7c71cb]"
/* SCSS */
$brand: #7c71cb;
/* SwiftUI */
Color(red: 0.486, green: 0.443, blue: 0.796)
/* Android */
Color.parseColor("#7c71cb")Accessibility — WCAG contrast
Aa
#7c71cb on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c71cb on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green44.3%
Blue79.6%
CMYK percentages
Cyan38.9%
Magenta44.3%
Yellow0.0%
Key (black)20.4%
Color previews
#7c71cb text on a black background
contrast 5.08:1
Card sample
#7c71cb text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c71cb;
Background color
Panel with #7c71cb background
background-color: #7c71cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c71cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 113, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 113, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c71cb; background: linear-gradient(135deg, #7c71cb, #B871CB);