#9072cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
144, 114, 207
HSL
259°, 49%, 63%
CMYK
30, 45, 0, 19
Luminance
0.2247
Every format
| HEX | #9072cf |
| RGB | rgb(144, 114, 207) |
| HSL | hsl(259, 49%, 63%) |
| CMYK | cmyk(30%, 45%, 0%, 19%) |
| LAB | lab(54.5 31.8 -44.0) |
| LCH | lch(54.5 54.3 305.8) |
| OKLCH | oklch(0.621 0.139 297.1) |
Copy-ready code
/* CSS */
color: #9072cf;
background-color: #9072cf;
/* Tailwind (arbitrary) */
class="text-[#9072cf] bg-[#9072cf]"
/* SCSS */
$brand: #9072cf;
/* SwiftUI */
Color(red: 0.565, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#9072cf")Accessibility — WCAG contrast
Aa
#9072cf on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9072cf on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green44.7%
Blue81.2%
CMYK percentages
Cyan30.4%
Magenta44.9%
Yellow0.0%
Key (black)18.8%
Color previews
#9072cf text on a black background
contrast 5.49:1
Card sample
#9072cf text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9072cf;
Background color
Panel with #9072cf background
background-color: #9072cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9072cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9072cf; background: linear-gradient(135deg, #9072cf, #CE72CF);