#7151cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
113, 81, 207
HSL
255°, 57%, 57%
CMYK
45, 61, 0, 19
Luminance
0.1390
Every format
| HEX | #7151cf |
| RGB | rgb(113, 81, 207) |
| HSL | hsl(255, 57%, 57%) |
| CMYK | cmyk(45%, 61%, 0%, 19%) |
| LAB | lab(44.1 43.3 -60.9) |
| LCH | lch(44.1 74.7 305.4) |
| OKLCH | oklch(0.536 0.186 290.4) |
Copy-ready code
/* CSS */
color: #7151cf;
background-color: #7151cf;
/* Tailwind (arbitrary) */
class="text-[#7151cf] bg-[#7151cf]"
/* SCSS */
$brand: #7151cf;
/* SwiftUI */
Color(red: 0.443, green: 0.318, blue: 0.812)
/* Android */
Color.parseColor("#7151cf")Accessibility — WCAG contrast
Aa
#7151cf on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7151cf on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green31.8%
Blue81.2%
CMYK percentages
Cyan45.4%
Magenta60.9%
Yellow0.0%
Key (black)18.8%
Color previews
#7151cf text on a black background
contrast 3.78:1
Card sample
#7151cf text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7151cf;
Background color
Panel with #7151cf background
background-color: #7151cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7151cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 81, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 81, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7151cf; background: linear-gradient(135deg, #7151cf, #C551CF);