#7129df
a balanced, vivid violet · warm · closest name: blue
RGB
113, 41, 223
HSL
264°, 74%, 52%
CMYK
49, 82, 0, 13
Luminance
0.1042
Every format
| HEX | #7129df |
| RGB | rgb(113, 41, 223) |
| HSL | hsl(264, 74%, 52%) |
| CMYK | cmyk(49%, 82%, 0%, 13%) |
| LAB | lab(38.6 66.6 -79.1) |
| LCH | lch(38.6 103.4 310.1) |
| OKLCH | oklch(0.501 0.247 292.9) |
Copy-ready code
/* CSS */
color: #7129df;
background-color: #7129df;
/* Tailwind (arbitrary) */
class="text-[#7129df] bg-[#7129df]"
/* SCSS */
$brand: #7129df;
/* SwiftUI */
Color(red: 0.443, green: 0.161, blue: 0.875)
/* Android */
Color.parseColor("#7129df")Accessibility — WCAG contrast
Aa
#7129df on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7129df on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green16.1%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta81.6%
Yellow0.0%
Key (black)12.5%
Color previews
#7129df text on a black background
contrast 3.08:1
Card sample
#7129df text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7129df;
Background color
Panel with #7129df background
background-color: #7129df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7129df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 41, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 41, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7129df; background: linear-gradient(135deg, #7129df, #DF29D4);