#795fe4
a balanced, vivid blue · warm · closest name: slateblue
RGB
121, 95, 228
HSL
252°, 71%, 63%
CMYK
47, 58, 0, 11
Luminance
0.1785
Every format
| HEX | #795fe4 |
| RGB | rgb(121, 95, 228) |
| HSL | hsl(252, 71%, 63%) |
| CMYK | cmyk(47%, 58%, 0%, 11%) |
| LAB | lab(49.3 43.0 -64.4) |
| LCH | lch(49.3 77.4 303.7) |
| OKLCH | oklch(0.581 0.193 287.8) |
Copy-ready code
/* CSS */
color: #795fe4;
background-color: #795fe4;
/* Tailwind (arbitrary) */
class="text-[#795fe4] bg-[#795fe4]"
/* SCSS */
$brand: #795fe4;
/* SwiftUI */
Color(red: 0.475, green: 0.373, blue: 0.894)
/* Android */
Color.parseColor("#795fe4")Accessibility — WCAG contrast
Aa
#795fe4 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#795fe4 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green37.3%
Blue89.4%
CMYK percentages
Cyan46.9%
Magenta58.3%
Yellow0.0%
Key (black)10.6%
Color previews
#795fe4 text on a black background
contrast 4.57:1
Card sample
#795fe4 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #795fe4;
Background color
Panel with #795fe4 background
background-color: #795fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #795fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 95, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 95, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #795fe4; background: linear-gradient(135deg, #795fe4, #D25FE4);