#7871df
a light, vivid blue · warm · closest name: slateblue
RGB
120, 113, 223
HSL
244°, 63%, 66%
CMYK
46, 49, 0, 13
Luminance
0.2113
Every format
| HEX | #7871df |
| RGB | rgb(120, 113, 223) |
| HSL | hsl(244, 63%, 66%) |
| CMYK | cmyk(46%, 49%, 0%, 13%) |
| LAB | lab(53.1 30.7 -55.5) |
| LCH | lch(53.1 63.4 299.0) |
| OKLCH | oklch(0.608 0.162 283.3) |
Copy-ready code
/* CSS */
color: #7871df;
background-color: #7871df;
/* Tailwind (arbitrary) */
class="text-[#7871df] bg-[#7871df]"
/* SCSS */
$brand: #7871df;
/* SwiftUI */
Color(red: 0.471, green: 0.443, blue: 0.875)
/* Android */
Color.parseColor("#7871df")Accessibility — WCAG contrast
Aa
#7871df on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7871df on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green44.3%
Blue87.5%
CMYK percentages
Cyan46.2%
Magenta49.3%
Yellow0.0%
Key (black)12.5%
Color previews
#7871df text on a black background
contrast 5.23:1
Card sample
#7871df text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7871df;
Background color
Panel with #7871df background
background-color: #7871df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7871df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 113, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 113, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7871df; background: linear-gradient(135deg, #7871df, #C171DF);