#7c71cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
124, 113, 207
HSL
247°, 50%, 63%
CMYK
40, 45, 0, 19
Luminance
0.2060
Every format
| HEX | #7c71cf |
| RGB | rgb(124, 113, 207) |
| HSL | hsl(247, 50%, 63%) |
| CMYK | cmyk(40%, 45%, 0%, 19%) |
| LAB | lab(52.5 27.1 -47.3) |
| LCH | lch(52.5 54.5 299.8) |
| OKLCH | oklch(0.601 0.140 286.8) |
Copy-ready code
/* CSS */
color: #7c71cf;
background-color: #7c71cf;
/* Tailwind (arbitrary) */
class="text-[#7c71cf] bg-[#7c71cf]"
/* SCSS */
$brand: #7c71cf;
/* SwiftUI */
Color(red: 0.486, green: 0.443, blue: 0.812)
/* Android */
Color.parseColor("#7c71cf")Accessibility — WCAG contrast
Aa
#7c71cf on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7c71cf on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green44.3%
Blue81.2%
CMYK percentages
Cyan40.1%
Magenta45.4%
Yellow0.0%
Key (black)18.8%
Color previews
#7c71cf text on a black background
contrast 5.12:1
Card sample
#7c71cf text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7c71cf;
Background color
Panel with #7c71cf background
background-color: #7c71cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7c71cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 113, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 113, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7c71cf; background: linear-gradient(135deg, #7c71cf, #BB71CF);