#792dfd
a balanced, electric violet · warm · closest name: blue
RGB
121, 45, 253
HSL
262°, 98%, 58%
CMYK
52, 82, 0, 1
Luminance
0.1303
Every format
| HEX | #792dfd |
| RGB | rgb(121, 45, 253) |
| HSL | hsl(262, 98%, 58%) |
| CMYK | cmyk(52%, 82%, 0%, 1%) |
| LAB | lab(42.8 73.3 -89.1) |
| LCH | lch(42.8 115.4 309.5) |
| OKLCH | oklch(0.541 0.273 290.4) |
Copy-ready code
/* CSS */
color: #792dfd;
background-color: #792dfd;
/* Tailwind (arbitrary) */
class="text-[#792dfd] bg-[#792dfd]"
/* SCSS */
$brand: #792dfd;
/* SwiftUI */
Color(red: 0.475, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#792dfd")Accessibility — WCAG contrast
Aa
#792dfd on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#792dfd on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green17.6%
Blue99.2%
CMYK percentages
Cyan52.2%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#792dfd text on a black background
contrast 3.61:1
Card sample
#792dfd text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #792dfd;
Background color
Panel with #792dfd background
background-color: #792dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #792dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #792dfd; background: linear-gradient(135deg, #792dfd, #FD2DF6);