#7307df
a balanced, electric violet · warm · closest name: blue
RGB
115, 7, 223
HSL
270°, 94%, 45%
CMYK
48, 97, 0, 13
Luminance
0.0912
Every format
| HEX | #7307df |
| RGB | rgb(115, 7, 223) |
| HSL | hsl(270, 94%, 45%) |
| CMYK | cmyk(48%, 97%, 0%, 13%) |
| LAB | lab(36.2 74.6 -83.0) |
| LCH | lch(36.2 111.6 311.9) |
| OKLCH | oklch(0.486 0.263 295.2) |
Copy-ready code
/* CSS */
color: #7307df;
background-color: #7307df;
/* Tailwind (arbitrary) */
class="text-[#7307df] bg-[#7307df]"
/* SCSS */
$brand: #7307df;
/* SwiftUI */
Color(red: 0.451, green: 0.027, blue: 0.875)
/* Android */
Color.parseColor("#7307df")Accessibility — WCAG contrast
Aa
#7307df on white: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7307df on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green2.7%
Blue87.5%
CMYK percentages
Cyan48.4%
Magenta96.9%
Yellow0.0%
Key (black)12.5%
Color previews
#7307df text on a black background
contrast 2.82:1
Card sample
#7307df text on a white background
contrast 7.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7307df;
Background color
Panel with #7307df background
background-color: #7307df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7307df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 7, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 7, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7307df; background: linear-gradient(135deg, #7307df, #DF07BB);