#7f6fd3
a balanced, vivid blue · warm · closest name: slateblue
RGB
127, 111, 211
HSL
250°, 53%, 63%
CMYK
40, 47, 0, 17
Luminance
0.2058
Every format
| HEX | #7f6fd3 |
| RGB | rgb(127, 111, 211) |
| HSL | hsl(250, 53%, 63%) |
| CMYK | cmyk(40%, 47%, 0%, 17%) |
| LAB | lab(52.5 30.1 -49.6) |
| LCH | lch(52.5 58.1 301.3) |
| OKLCH | oklch(0.603 0.148 288.5) |
Copy-ready code
/* CSS */
color: #7f6fd3;
background-color: #7f6fd3;
/* Tailwind (arbitrary) */
class="text-[#7f6fd3] bg-[#7f6fd3]"
/* SCSS */
$brand: #7f6fd3;
/* SwiftUI */
Color(red: 0.498, green: 0.435, blue: 0.827)
/* Android */
Color.parseColor("#7f6fd3")Accessibility — WCAG contrast
Aa
#7f6fd3 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f6fd3 on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green43.5%
Blue82.7%
CMYK percentages
Cyan39.8%
Magenta47.4%
Yellow0.0%
Key (black)17.3%
Color previews
#7f6fd3 text on a black background
contrast 5.12:1
Card sample
#7f6fd3 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f6fd3;
Background color
Panel with #7f6fd3 background
background-color: #7f6fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f6fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 111, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 111, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f6fd3; background: linear-gradient(135deg, #7f6fd3, #C26FD3);