#795cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
121, 92, 223
HSL
253°, 67%, 62%
CMYK
46, 59, 0, 13
Luminance
0.1705
Every format
| HEX | #795cdf |
| RGB | rgb(121, 92, 223) |
| HSL | hsl(253, 67%, 62%) |
| CMYK | cmyk(46%, 59%, 0%, 13%) |
| LAB | lab(48.3 43.3 -63.2) |
| LCH | lch(48.3 76.5 304.4) |
| OKLCH | oklch(0.573 0.191 289.1) |
Copy-ready code
/* CSS */
color: #795cdf;
background-color: #795cdf;
/* Tailwind (arbitrary) */
class="text-[#795cdf] bg-[#795cdf]"
/* SCSS */
$brand: #795cdf;
/* SwiftUI */
Color(red: 0.475, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#795cdf")Accessibility — WCAG contrast
Aa
#795cdf on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#795cdf on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green36.1%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#795cdf text on a black background
contrast 4.41:1
Card sample
#795cdf text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #795cdf;
Background color
Panel with #795cdf background
background-color: #795cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #795cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #795cdf; background: linear-gradient(135deg, #795cdf, #D05CDF);