#795ac7
a balanced, vivid violet · warm · closest name: slateblue
RGB
121, 90, 199
HSL
257°, 49%, 57%
CMYK
39, 55, 0, 22
Luminance
0.1550
Every format
| HEX | #795ac7 |
| RGB | rgb(121, 90, 199) |
| HSL | hsl(257, 49%, 57%) |
| CMYK | cmyk(39%, 55%, 0%, 22%) |
| LAB | lab(46.3 37.7 -52.7) |
| LCH | lch(46.3 64.8 305.6) |
| OKLCH | oklch(0.553 0.163 293.5) |
Copy-ready code
/* CSS */
color: #795ac7;
background-color: #795ac7;
/* Tailwind (arbitrary) */
class="text-[#795ac7] bg-[#795ac7]"
/* SCSS */
$brand: #795ac7;
/* SwiftUI */
Color(red: 0.475, green: 0.353, blue: 0.780)
/* Android */
Color.parseColor("#795ac7")Accessibility — WCAG contrast
Aa
#795ac7 on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#795ac7 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green35.3%
Blue78.0%
CMYK percentages
Cyan39.2%
Magenta54.8%
Yellow0.0%
Key (black)22.0%
Color previews
#795ac7 text on a black background
contrast 4.10:1
Card sample
#795ac7 text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #795ac7;
Background color
Panel with #795ac7 background
background-color: #795ac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #795ac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 90, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 90, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #795ac7; background: linear-gradient(135deg, #795ac7, #C25AC7);