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