#712dfd
a balanced, electric violet · warm · closest name: blue
RGB
113, 45, 253
HSL
260°, 98%, 58%
CMYK
55, 82, 0, 1
Luminance
0.1248
Every format
| HEX | #712dfd |
| RGB | rgb(113, 45, 253) |
| HSL | hsl(260, 98%, 58%) |
| CMYK | cmyk(55%, 82%, 0%, 1%) |
| LAB | lab(42.0 72.5 -90.5) |
| LCH | lch(42.0 116.0 308.7) |
| OKLCH | oklch(0.533 0.274 287.8) |
Copy-ready code
/* CSS */
color: #712dfd;
background-color: #712dfd;
/* Tailwind (arbitrary) */
class="text-[#712dfd] bg-[#712dfd]"
/* SCSS */
$brand: #712dfd;
/* SwiftUI */
Color(red: 0.443, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#712dfd")Accessibility — WCAG contrast
Aa
#712dfd on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#712dfd on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green17.6%
Blue99.2%
CMYK percentages
Cyan55.3%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#712dfd text on a black background
contrast 3.50:1
Card sample
#712dfd text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #712dfd;
Background color
Panel with #712dfd background
background-color: #712dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #712dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #712dfd; background: linear-gradient(135deg, #712dfd, #FC2DFD);