#795bfd
a light, electric blue · warm · closest name: slateblue
RGB
121, 91, 253
HSL
251°, 98%, 68%
CMYK
52, 64, 0, 1
Luminance
0.1864
Every format
| HEX | #795bfd |
| RGB | rgb(121, 91, 253) |
| HSL | hsl(251, 98%, 68%) |
| CMYK | cmyk(52%, 64%, 0%, 1%) |
| LAB | lab(50.3 52.4 -76.8) |
| LCH | lch(50.3 93.0 304.3) |
| OKLCH | oklch(0.594 0.229 285.6) |
Copy-ready code
/* CSS */
color: #795bfd;
background-color: #795bfd;
/* Tailwind (arbitrary) */
class="text-[#795bfd] bg-[#795bfd]"
/* SCSS */
$brand: #795bfd;
/* SwiftUI */
Color(red: 0.475, green: 0.357, blue: 0.992)
/* Android */
Color.parseColor("#795bfd")Accessibility — WCAG contrast
Aa
#795bfd on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#795bfd on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green35.7%
Blue99.2%
CMYK percentages
Cyan52.2%
Magenta64.0%
Yellow0.0%
Key (black)0.8%
Color previews
#795bfd text on a black background
contrast 4.73:1
Card sample
#795bfd text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #795bfd;
Background color
Panel with #795bfd background
background-color: #795bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #795bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 91, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 91, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #795bfd; background: linear-gradient(135deg, #795bfd, #E55BFD);