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