#7f6ccc
a balanced, vivid blue · warm · closest name: slateblue
RGB
127, 108, 204
HSL
252°, 49%, 61%
CMYK
38, 47, 0, 20
Luminance
0.1960
Every format
| HEX | #7f6ccc |
| RGB | rgb(127, 108, 204) |
| HSL | hsl(252, 49%, 61%) |
| CMYK | cmyk(38%, 47%, 0%, 20%) |
| LAB | lab(51.4 30.0 -47.4) |
| LCH | lch(51.4 56.1 302.3) |
| OKLCH | oklch(0.593 0.143 290.5) |
Copy-ready code
/* CSS */
color: #7f6ccc;
background-color: #7f6ccc;
/* Tailwind (arbitrary) */
class="text-[#7f6ccc] bg-[#7f6ccc]"
/* SCSS */
$brand: #7f6ccc;
/* SwiftUI */
Color(red: 0.498, green: 0.424, blue: 0.800)
/* Android */
Color.parseColor("#7f6ccc")Accessibility — WCAG contrast
Aa
#7f6ccc on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f6ccc on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green42.4%
Blue80.0%
CMYK percentages
Cyan37.7%
Magenta47.1%
Yellow0.0%
Key (black)20.0%
Color previews
#7f6ccc text on a black background
contrast 4.92:1
Card sample
#7f6ccc text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f6ccc;
Background color
Panel with #7f6ccc background
background-color: #7f6ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f6ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 108, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 108, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f6ccc; background: linear-gradient(135deg, #7f6ccc, #BF6CCC);