#790cdf
a balanced, electric violet · warm · closest name: blue
RGB
121, 12, 223
HSL
271°, 90%, 46%
CMYK
46, 95, 0, 13
Luminance
0.0966
Every format
| HEX | #790cdf |
| RGB | rgb(121, 12, 223) |
| HSL | hsl(271, 90%, 46%) |
| CMYK | cmyk(46%, 95%, 0%, 13%) |
| LAB | lab(37.2 74.5 -81.3) |
| LCH | lch(37.2 110.3 312.5) |
| OKLCH | oklch(0.494 0.262 297.3) |
Copy-ready code
/* CSS */
color: #790cdf;
background-color: #790cdf;
/* Tailwind (arbitrary) */
class="text-[#790cdf] bg-[#790cdf]"
/* SCSS */
$brand: #790cdf;
/* SwiftUI */
Color(red: 0.475, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#790cdf")Accessibility — WCAG contrast
Aa
#790cdf on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#790cdf on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green4.7%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#790cdf text on a black background
contrast 2.93:1
Card sample
#790cdf text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #790cdf;
Background color
Panel with #790cdf background
background-color: #790cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #790cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #790cdf; background: linear-gradient(135deg, #790cdf, #DF0CB8);