#791cdf
a balanced, electric violet · warm · closest name: blue
RGB
121, 28, 223
HSL
269°, 78%, 49%
CMYK
46, 87, 0, 13
Luminance
0.1022
Every format
| HEX | #791cdf |
| RGB | rgb(121, 28, 223) |
| HSL | hsl(269, 78%, 49%) |
| CMYK | cmyk(46%, 87%, 0%, 13%) |
| LAB | lab(38.2 71.4 -79.6) |
| LCH | lch(38.2 107.0 311.9) |
| OKLCH | oklch(0.501 0.256 296.7) |
Copy-ready code
/* CSS */
color: #791cdf;
background-color: #791cdf;
/* Tailwind (arbitrary) */
class="text-[#791cdf] bg-[#791cdf]"
/* SCSS */
$brand: #791cdf;
/* SwiftUI */
Color(red: 0.475, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#791cdf")Accessibility — WCAG contrast
Aa
#791cdf on white: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#791cdf on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green11.0%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#791cdf text on a black background
contrast 3.04:1
Card sample
#791cdf text on a white background
contrast 6.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #791cdf;
Background color
Panel with #791cdf background
background-color: #791cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #791cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #791cdf; background: linear-gradient(135deg, #791cdf, #DF1CC3);