#7113df
a balanced, electric violet · warm · closest name: blue
RGB
113, 19, 223
HSL
268°, 84%, 48%
CMYK
49, 92, 0, 13
Luminance
0.0930
Every format
| HEX | #7113df |
| RGB | rgb(113, 19, 223) |
| HSL | hsl(268, 84%, 48%) |
| CMYK | cmyk(49%, 92%, 0%, 13%) |
| LAB | lab(36.6 72.6 -82.4) |
| LCH | lch(36.6 109.8 311.4) |
| OKLCH | oklch(0.487 0.259 294.1) |
Copy-ready code
/* CSS */
color: #7113df;
background-color: #7113df;
/* Tailwind (arbitrary) */
class="text-[#7113df] bg-[#7113df]"
/* SCSS */
$brand: #7113df;
/* SwiftUI */
Color(red: 0.443, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#7113df")Accessibility — WCAG contrast
Aa
#7113df on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7113df on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green7.5%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta91.5%
Yellow0.0%
Key (black)12.5%
Color previews
#7113df text on a black background
contrast 2.86:1
Card sample
#7113df text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7113df;
Background color
Panel with #7113df background
background-color: #7113df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7113df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7113df; background: linear-gradient(135deg, #7113df, #DF13C5);