#7103df
a dark, electric violet · warm · closest name: blue
RGB
113, 3, 223
HSL
270°, 97%, 44%
CMYK
49, 99, 0, 13
Luminance
0.0890
Every format
| HEX | #7103df |
| RGB | rgb(113, 3, 223) |
| HSL | hsl(270, 97%, 44%) |
| CMYK | cmyk(49%, 99%, 0%, 13%) |
| LAB | lab(35.8 74.9 -83.7) |
| LCH | lch(35.8 112.3 311.8) |
| OKLCH | oklch(0.482 0.264 294.6) |
Copy-ready code
/* CSS */
color: #7103df;
background-color: #7103df;
/* Tailwind (arbitrary) */
class="text-[#7103df] bg-[#7103df]"
/* SCSS */
$brand: #7103df;
/* SwiftUI */
Color(red: 0.443, green: 0.012, blue: 0.875)
/* Android */
Color.parseColor("#7103df")Accessibility — WCAG contrast
Aa
#7103df on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7103df on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green1.2%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta98.7%
Yellow0.0%
Key (black)12.5%
Color previews
#7103df text on a black background
contrast 2.78:1
Card sample
#7103df text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7103df;
Background color
Panel with #7103df background
background-color: #7103df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7103df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 3, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 3, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7103df; background: linear-gradient(135deg, #7103df, #DF03BA);