#7f7cd7
a light, vivid blue · warm · closest name: slateblue
RGB
127, 124, 215
HSL
242°, 53%, 67%
CMYK
41, 42, 0, 16
Luminance
0.2383
Every format
| HEX | #7f7cd7 |
| RGB | rgb(127, 124, 215) |
| HSL | hsl(242, 53%, 67%) |
| CMYK | cmyk(41%, 42%, 0%, 16%) |
| LAB | lab(55.9 23.6 -46.4) |
| LCH | lch(55.9 52.1 296.9) |
| OKLCH | oklch(0.629 0.135 283.3) |
Copy-ready code
/* CSS */
color: #7f7cd7;
background-color: #7f7cd7;
/* Tailwind (arbitrary) */
class="text-[#7f7cd7] bg-[#7f7cd7]"
/* SCSS */
$brand: #7f7cd7;
/* SwiftUI */
Color(red: 0.498, green: 0.486, blue: 0.843)
/* Android */
Color.parseColor("#7f7cd7")Accessibility — WCAG contrast
Aa
#7f7cd7 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f7cd7 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green48.6%
Blue84.3%
CMYK percentages
Cyan40.9%
Magenta42.3%
Yellow0.0%
Key (black)15.7%
Color previews
#7f7cd7 text on a black background
contrast 5.77:1
Card sample
#7f7cd7 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f7cd7;
Background color
Panel with #7f7cd7 background
background-color: #7f7cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f7cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 124, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 124, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f7cd7; background: linear-gradient(135deg, #7f7cd7, #BC7CD7);