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