#7873df
a light, vivid blue · warm · closest name: slateblue
RGB
120, 115, 223
HSL
243°, 63%, 66%
CMYK
46, 48, 0, 13
Luminance
0.2158
Every format
| HEX | #7873df |
| RGB | rgb(120, 115, 223) |
| HSL | hsl(243, 63%, 66%) |
| CMYK | cmyk(46%, 48%, 0%, 13%) |
| LAB | lab(53.6 29.6 -54.7) |
| LCH | lch(53.6 62.2 298.4) |
| OKLCH | oklch(0.612 0.159 282.7) |
Copy-ready code
/* CSS */
color: #7873df;
background-color: #7873df;
/* Tailwind (arbitrary) */
class="text-[#7873df] bg-[#7873df]"
/* SCSS */
$brand: #7873df;
/* SwiftUI */
Color(red: 0.471, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#7873df")Accessibility — WCAG contrast
Aa
#7873df on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7873df on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green45.1%
Blue87.5%
CMYK percentages
Cyan46.2%
Magenta48.4%
Yellow0.0%
Key (black)12.5%
Color previews
#7873df text on a black background
contrast 5.32:1
Card sample
#7873df text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7873df;
Background color
Panel with #7873df background
background-color: #7873df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7873df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7873df; background: linear-gradient(135deg, #7873df, #C073DF);