#795af5
a light, electric blue · warm · closest name: slateblue
RGB
121, 90, 245
HSL
252°, 89%, 66%
CMYK
51, 63, 0, 4
Luminance
0.1797
Every format
| HEX | #795af5 |
| RGB | rgb(121, 90, 245) |
| HSL | hsl(252, 89%, 66%) |
| CMYK | cmyk(51%, 63%, 0%, 4%) |
| LAB | lab(49.5 50.6 -73.7) |
| LCH | lch(49.5 89.4 304.5) |
| OKLCH | oklch(0.586 0.221 286.6) |
Copy-ready code
/* CSS */
color: #795af5;
background-color: #795af5;
/* Tailwind (arbitrary) */
class="text-[#795af5] bg-[#795af5]"
/* SCSS */
$brand: #795af5;
/* SwiftUI */
Color(red: 0.475, green: 0.353, blue: 0.961)
/* Android */
Color.parseColor("#795af5")Accessibility — WCAG contrast
Aa
#795af5 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#795af5 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green35.3%
Blue96.1%
CMYK percentages
Cyan50.6%
Magenta63.3%
Yellow0.0%
Key (black)3.9%
Color previews
#795af5 text on a black background
contrast 4.59:1
Card sample
#795af5 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #795af5;
Background color
Panel with #795af5 background
background-color: #795af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #795af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 90, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 90, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #795af5; background: linear-gradient(135deg, #795af5, #E05AF5);