#795ce2
a balanced, vivid blue · warm · closest name: slateblue
RGB
121, 92, 226
HSL
253°, 70%, 62%
CMYK
47, 59, 0, 11
Luminance
0.1721
Every format
| HEX | #795ce2 |
| RGB | rgb(121, 92, 226) |
| HSL | hsl(253, 70%, 62%) |
| CMYK | cmyk(47%, 59%, 0%, 11%) |
| LAB | lab(48.5 44.1 -64.5) |
| LCH | lch(48.5 78.2 304.3) |
| OKLCH | oklch(0.575 0.195 288.7) |
Copy-ready code
/* CSS */
color: #795ce2;
background-color: #795ce2;
/* Tailwind (arbitrary) */
class="text-[#795ce2] bg-[#795ce2]"
/* SCSS */
$brand: #795ce2;
/* SwiftUI */
Color(red: 0.475, green: 0.361, blue: 0.886)
/* Android */
Color.parseColor("#795ce2")Accessibility — WCAG contrast
Aa
#795ce2 on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#795ce2 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green36.1%
Blue88.6%
CMYK percentages
Cyan46.5%
Magenta59.3%
Yellow0.0%
Key (black)11.4%
Color previews
#795ce2 text on a black background
contrast 4.44:1
Card sample
#795ce2 text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #795ce2;
Background color
Panel with #795ce2 background
background-color: #795ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #795ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 92, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 92, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #795ce2; background: linear-gradient(135deg, #795ce2, #D25CE2);