#795dfb
a light, electric blue · warm · closest name: slateblue
RGB
121, 93, 251
HSL
251°, 95%, 68%
CMYK
52, 63, 0, 2
Luminance
0.1886
Every format
| HEX | #795dfb |
| RGB | rgb(121, 93, 251) |
| HSL | hsl(251, 95%, 68%) |
| CMYK | cmyk(52%, 63%, 0%, 2%) |
| LAB | lab(50.5 50.7 -75.3) |
| LCH | lch(50.5 90.8 303.9) |
| OKLCH | oklch(0.595 0.224 285.5) |
Copy-ready code
/* CSS */
color: #795dfb;
background-color: #795dfb;
/* Tailwind (arbitrary) */
class="text-[#795dfb] bg-[#795dfb]"
/* SCSS */
$brand: #795dfb;
/* SwiftUI */
Color(red: 0.475, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#795dfb")Accessibility — WCAG contrast
Aa
#795dfb on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#795dfb on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green36.5%
Blue98.4%
CMYK percentages
Cyan51.8%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#795dfb text on a black background
contrast 4.77:1
Card sample
#795dfb text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #795dfb;
Background color
Panel with #795dfb background
background-color: #795dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #795dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #795dfb; background: linear-gradient(135deg, #795dfb, #E25DFB);