#712bdf
a balanced, vivid violet · warm · closest name: blue
RGB
113, 43, 223
HSL
263°, 74%, 52%
CMYK
49, 81, 0, 13
Luminance
0.1057
Every format
| HEX | #712bdf |
| RGB | rgb(113, 43, 223) |
| HSL | hsl(263, 74%, 52%) |
| CMYK | cmyk(49%, 81%, 0%, 13%) |
| LAB | lab(38.8 65.8 -78.7) |
| LCH | lch(38.8 102.6 309.9) |
| OKLCH | oklch(0.503 0.245 292.8) |
Copy-ready code
/* CSS */
color: #712bdf;
background-color: #712bdf;
/* Tailwind (arbitrary) */
class="text-[#712bdf] bg-[#712bdf]"
/* SCSS */
$brand: #712bdf;
/* SwiftUI */
Color(red: 0.443, green: 0.169, blue: 0.875)
/* Android */
Color.parseColor("#712bdf")Accessibility — WCAG contrast
Aa
#712bdf on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#712bdf on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green16.9%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta80.7%
Yellow0.0%
Key (black)12.5%
Color previews
#712bdf text on a black background
contrast 3.11:1
Card sample
#712bdf text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #712bdf;
Background color
Panel with #712bdf background
background-color: #712bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #712bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 43, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 43, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #712bdf; background: linear-gradient(135deg, #712bdf, #DF2BD5);