#795ace
a balanced, vivid violet · warm · closest name: slateblue
RGB
121, 90, 206
HSL
256°, 54%, 58%
CMYK
41, 56, 0, 19
Luminance
0.1583
Every format
| HEX | #795ace |
| RGB | rgb(121, 90, 206) |
| HSL | hsl(256, 54%, 58%) |
| CMYK | cmyk(41%, 56%, 0%, 19%) |
| LAB | lab(46.8 39.6 -56.0) |
| LCH | lch(46.8 68.6 305.3) |
| OKLCH | oklch(0.557 0.172 292.2) |
Copy-ready code
/* CSS */
color: #795ace;
background-color: #795ace;
/* Tailwind (arbitrary) */
class="text-[#795ace] bg-[#795ace]"
/* SCSS */
$brand: #795ace;
/* SwiftUI */
Color(red: 0.475, green: 0.353, blue: 0.808)
/* Android */
Color.parseColor("#795ace")Accessibility — WCAG contrast
Aa
#795ace on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#795ace on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green35.3%
Blue80.8%
CMYK percentages
Cyan41.3%
Magenta56.3%
Yellow0.0%
Key (black)19.2%
Color previews
#795ace text on a black background
contrast 4.17:1
Card sample
#795ace text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #795ace;
Background color
Panel with #795ace background
background-color: #795ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #795ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 90, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 90, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #795ace; background: linear-gradient(135deg, #795ace, #C65ACE);