#795fd7
a balanced, vivid blue · warm · closest name: slateblue
RGB
121, 95, 215
HSL
253°, 60%, 61%
CMYK
44, 56, 0, 16
Luminance
0.1716
Every format
| HEX | #795fd7 |
| RGB | rgb(121, 95, 215) |
| HSL | hsl(253, 60%, 61%) |
| CMYK | cmyk(44%, 56%, 0%, 16%) |
| LAB | lab(48.5 39.3 -58.4) |
| LCH | lch(48.5 70.4 303.9) |
| OKLCH | oklch(0.572 0.177 289.6) |
Copy-ready code
/* CSS */
color: #795fd7;
background-color: #795fd7;
/* Tailwind (arbitrary) */
class="text-[#795fd7] bg-[#795fd7]"
/* SCSS */
$brand: #795fd7;
/* SwiftUI */
Color(red: 0.475, green: 0.373, blue: 0.843)
/* Android */
Color.parseColor("#795fd7")Accessibility — WCAG contrast
Aa
#795fd7 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#795fd7 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green37.3%
Blue84.3%
CMYK percentages
Cyan43.7%
Magenta55.8%
Yellow0.0%
Key (black)15.7%
Color previews
#795fd7 text on a black background
contrast 4.43:1
Card sample
#795fd7 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #795fd7;
Background color
Panel with #795fd7 background
background-color: #795fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #795fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 95, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 95, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #795fd7; background: linear-gradient(135deg, #795fd7, #C95FD7);