#9255cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
146, 85, 207
HSL
270°, 56%, 57%
CMYK
30, 59, 0, 19
Luminance
0.1711
Every format
| HEX | #9255cf |
| RGB | rgb(146, 85, 207) |
| HSL | hsl(270, 56%, 57%) |
| CMYK | cmyk(30%, 59%, 0%, 19%) |
| LAB | lab(48.4 48.5 -53.8) |
| LCH | lch(48.4 72.4 312.0) |
| OKLCH | oklch(0.576 0.184 304.3) |
Copy-ready code
/* CSS */
color: #9255cf;
background-color: #9255cf;
/* Tailwind (arbitrary) */
class="text-[#9255cf] bg-[#9255cf]"
/* SCSS */
$brand: #9255cf;
/* SwiftUI */
Color(red: 0.573, green: 0.333, blue: 0.812)
/* Android */
Color.parseColor("#9255cf")Accessibility — WCAG contrast
Aa
#9255cf on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9255cf on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green33.3%
Blue81.2%
CMYK percentages
Cyan29.5%
Magenta58.9%
Yellow0.0%
Key (black)18.8%
Color previews
#9255cf text on a black background
contrast 4.42:1
Card sample
#9255cf text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9255cf;
Background color
Panel with #9255cf background
background-color: #9255cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9255cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 85, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 85, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9255cf; background: linear-gradient(135deg, #9255cf, #CF55BB);