#7310df
a balanced, electric violet · warm · closest name: blue
RGB
115, 16, 223
HSL
269°, 87%, 47%
CMYK
48, 93, 0, 13
Luminance
0.0934
Every format
| HEX | #7310df |
| RGB | rgb(115, 16, 223) |
| HSL | hsl(269, 87%, 47%) |
| CMYK | cmyk(48%, 93%, 0%, 13%) |
| LAB | lab(36.6 73.3 -82.3) |
| LCH | lch(36.6 110.2 311.7) |
| OKLCH | oklch(0.488 0.261 295.0) |
Copy-ready code
/* CSS */
color: #7310df;
background-color: #7310df;
/* Tailwind (arbitrary) */
class="text-[#7310df] bg-[#7310df]"
/* SCSS */
$brand: #7310df;
/* SwiftUI */
Color(red: 0.451, green: 0.063, blue: 0.875)
/* Android */
Color.parseColor("#7310df")Accessibility — WCAG contrast
Aa
#7310df on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7310df on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green6.3%
Blue87.5%
CMYK percentages
Cyan48.4%
Magenta92.8%
Yellow0.0%
Key (black)12.5%
Color previews
#7310df text on a black background
contrast 2.87:1
Card sample
#7310df text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7310df;
Background color
Panel with #7310df background
background-color: #7310df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7310df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 16, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 16, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7310df; background: linear-gradient(135deg, #7310df, #DF10C1);