#7314eb
a balanced, electric violet · warm · closest name: blue
RGB
115, 20, 235
HSL
267°, 84%, 50%
CMYK
51, 92, 0, 8
Luminance
0.1014
Every format
| HEX | #7314eb |
| RGB | rgb(115, 20, 235) |
| HSL | hsl(267, 84%, 50%) |
| CMYK | cmyk(51%, 92%, 0%, 8%) |
| LAB | lab(38.1 75.3 -86.7) |
| LCH | lch(38.1 114.8 311.0) |
| OKLCH | oklch(0.502 0.270 292.6) |
Copy-ready code
/* CSS */
color: #7314eb;
background-color: #7314eb;
/* Tailwind (arbitrary) */
class="text-[#7314eb] bg-[#7314eb]"
/* SCSS */
$brand: #7314eb;
/* SwiftUI */
Color(red: 0.451, green: 0.078, blue: 0.922)
/* Android */
Color.parseColor("#7314eb")Accessibility — WCAG contrast
Aa
#7314eb on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7314eb on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green7.8%
Blue92.2%
CMYK percentages
Cyan51.1%
Magenta91.5%
Yellow0.0%
Key (black)7.8%
Color previews
#7314eb text on a black background
contrast 3.03:1
Card sample
#7314eb text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7314eb;
Background color
Panel with #7314eb background
background-color: #7314eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7314eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 20, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 20, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7314eb; background: linear-gradient(135deg, #7314eb, #EB14D4);