#7f7cd4
a light, vivid blue · warm · closest name: slateblue
RGB
127, 124, 212
HSL
242°, 51%, 66%
CMYK
40, 42, 0, 17
Luminance
0.2368
Every format
| HEX | #7f7cd4 |
| RGB | rgb(127, 124, 212) |
| HSL | hsl(242, 51%, 66%) |
| CMYK | cmyk(40%, 42%, 0%, 17%) |
| LAB | lab(55.8 22.7 -45.0) |
| LCH | lch(55.8 50.4 296.8) |
| OKLCH | oklch(0.627 0.130 283.5) |
Copy-ready code
/* CSS */
color: #7f7cd4;
background-color: #7f7cd4;
/* Tailwind (arbitrary) */
class="text-[#7f7cd4] bg-[#7f7cd4]"
/* SCSS */
$brand: #7f7cd4;
/* SwiftUI */
Color(red: 0.498, green: 0.486, blue: 0.831)
/* Android */
Color.parseColor("#7f7cd4")Accessibility — WCAG contrast
Aa
#7f7cd4 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f7cd4 on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green48.6%
Blue83.1%
CMYK percentages
Cyan40.1%
Magenta41.5%
Yellow0.0%
Key (black)16.9%
Color previews
#7f7cd4 text on a black background
contrast 5.74:1
Card sample
#7f7cd4 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f7cd4;
Background color
Panel with #7f7cd4 background
background-color: #7f7cd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f7cd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 124, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 124, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f7cd4; background: linear-gradient(135deg, #7f7cd4, #BA7CD4);