#712fdf
a balanced, vivid violet · warm · closest name: indigo
RGB
113, 47, 223
HSL
263°, 73%, 53%
CMYK
49, 79, 0, 13
Luminance
0.1087
Every format
| HEX | #712fdf |
| RGB | rgb(113, 47, 223) |
| HSL | hsl(263, 73%, 53%) |
| CMYK | cmyk(49%, 79%, 0%, 13%) |
| LAB | lab(39.4 64.3 -77.8) |
| LCH | lch(39.4 101.0 309.6) |
| OKLCH | oklch(0.507 0.242 292.4) |
Copy-ready code
/* CSS */
color: #712fdf;
background-color: #712fdf;
/* Tailwind (arbitrary) */
class="text-[#712fdf] bg-[#712fdf]"
/* SCSS */
$brand: #712fdf;
/* SwiftUI */
Color(red: 0.443, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#712fdf")Accessibility — WCAG contrast
Aa
#712fdf on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#712fdf on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green18.4%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#712fdf text on a black background
contrast 3.17:1
Card sample
#712fdf text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #712fdf;
Background color
Panel with #712fdf background
background-color: #712fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #712fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #712fdf; background: linear-gradient(135deg, #712fdf, #DF2FD8);