#795df4
a light, electric blue · warm · closest name: slateblue
RGB
121, 93, 244
HSL
251°, 87%, 66%
CMYK
50, 62, 0, 4
Luminance
0.1843
Every format
| HEX | #795df4 |
| RGB | rgb(121, 93, 244) |
| HSL | hsl(251, 87%, 66%) |
| CMYK | cmyk(50%, 62%, 0%, 4%) |
| LAB | lab(50.0 48.7 -72.2) |
| LCH | lch(50.0 87.1 304.0) |
| OKLCH | oklch(0.590 0.216 286.3) |
Copy-ready code
/* CSS */
color: #795df4;
background-color: #795df4;
/* Tailwind (arbitrary) */
class="text-[#795df4] bg-[#795df4]"
/* SCSS */
$brand: #795df4;
/* SwiftUI */
Color(red: 0.475, green: 0.365, blue: 0.957)
/* Android */
Color.parseColor("#795df4")Accessibility — WCAG contrast
Aa
#795df4 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#795df4 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green36.5%
Blue95.7%
CMYK percentages
Cyan50.4%
Magenta61.9%
Yellow0.0%
Key (black)4.3%
Color previews
#795df4 text on a black background
contrast 4.69:1
Card sample
#795df4 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #795df4;
Background color
Panel with #795df4 background
background-color: #795df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #795df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 93, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 93, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #795df4; background: linear-gradient(135deg, #795df4, #DE5DF4);