#790fdf
a balanced, electric violet · warm · closest name: blue
RGB
121, 15, 223
HSL
271°, 87%, 47%
CMYK
46, 93, 0, 13
Luminance
0.0973
Every format
| HEX | #790fdf |
| RGB | rgb(121, 15, 223) |
| HSL | hsl(271, 87%, 47%) |
| CMYK | cmyk(46%, 93%, 0%, 13%) |
| LAB | lab(37.4 74.0 -81.1) |
| LCH | lch(37.4 109.8 312.4) |
| OKLCH | oklch(0.495 0.261 297.2) |
Copy-ready code
/* CSS */
color: #790fdf;
background-color: #790fdf;
/* Tailwind (arbitrary) */
class="text-[#790fdf] bg-[#790fdf]"
/* SCSS */
$brand: #790fdf;
/* SwiftUI */
Color(red: 0.475, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#790fdf")Accessibility — WCAG contrast
Aa
#790fdf on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#790fdf on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green5.9%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#790fdf text on a black background
contrast 2.95:1
Card sample
#790fdf text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #790fdf;
Background color
Panel with #790fdf background
background-color: #790fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #790fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #790fdf; background: linear-gradient(135deg, #790fdf, #DF0FBA);