#796cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
121, 108, 223
HSL
247°, 64%, 65%
CMYK
46, 52, 0, 13
Luminance
0.2012
Every format
| HEX | #796cdf |
| RGB | rgb(121, 108, 223) |
| HSL | hsl(247, 64%, 65%) |
| CMYK | cmyk(46%, 52%, 0%, 13%) |
| LAB | lab(52.0 33.9 -57.3) |
| LCH | lch(52.0 66.6 300.6) |
| OKLCH | oklch(0.600 0.169 285.2) |
Copy-ready code
/* CSS */
color: #796cdf;
background-color: #796cdf;
/* Tailwind (arbitrary) */
class="text-[#796cdf] bg-[#796cdf]"
/* SCSS */
$brand: #796cdf;
/* SwiftUI */
Color(red: 0.475, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#796cdf")Accessibility — WCAG contrast
Aa
#796cdf on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#796cdf on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green42.4%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#796cdf text on a black background
contrast 5.02:1
Card sample
#796cdf text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #796cdf;
Background color
Panel with #796cdf background
background-color: #796cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #796cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #796cdf; background: linear-gradient(135deg, #796cdf, #C66CDF);