#796ad2
a balanced, vivid blue · warm · closest name: slateblue
RGB
121, 106, 210
HSL
249°, 54%, 62%
CMYK
42, 50, 0, 18
Luminance
0.1903
Every format
| HEX | #796ad2 |
| RGB | rgb(121, 106, 210) |
| HSL | hsl(249, 54%, 62%) |
| CMYK | cmyk(42%, 50%, 0%, 18%) |
| LAB | lab(50.7 31.4 -51.9) |
| LCH | lch(50.7 60.7 301.1) |
| OKLCH | oklch(0.588 0.154 287.3) |
Copy-ready code
/* CSS */
color: #796ad2;
background-color: #796ad2;
/* Tailwind (arbitrary) */
class="text-[#796ad2] bg-[#796ad2]"
/* SCSS */
$brand: #796ad2;
/* SwiftUI */
Color(red: 0.475, green: 0.416, blue: 0.824)
/* Android */
Color.parseColor("#796ad2")Accessibility — WCAG contrast
Aa
#796ad2 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#796ad2 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green41.6%
Blue82.4%
CMYK percentages
Cyan42.4%
Magenta49.5%
Yellow0.0%
Key (black)17.6%
Color previews
#796ad2 text on a black background
contrast 4.81:1
Card sample
#796ad2 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #796ad2;
Background color
Panel with #796ad2 background
background-color: #796ad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #796ad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 106, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 106, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #796ad2; background: linear-gradient(135deg, #796ad2, #BE6AD2);