#9955cc
a balanced, vivid violet · warm · closest name: slateblue
RGB
153, 85, 204
HSL
274°, 54%, 57%
CMYK
25, 58, 0, 20
Luminance
0.1763
Every format
| HEX | #9955cc |
| RGB | rgb(153, 85, 204) |
| HSL | hsl(274, 54%, 57%) |
| CMYK | cmyk(25%, 58%, 0%, 20%) |
| LAB | lab(49.0 49.5 -51.0) |
| LCH | lch(49.0 71.0 314.1) |
| OKLCH | oklch(0.582 0.182 308.1) |
Copy-ready code
/* CSS */
color: #9955cc;
background-color: #9955cc;
/* Tailwind (arbitrary) */
class="text-[#9955cc] bg-[#9955cc]"
/* SCSS */
$brand: #9955cc;
/* SwiftUI */
Color(red: 0.600, green: 0.333, blue: 0.800)
/* Android */
Color.parseColor("#9955cc")Accessibility — WCAG contrast
Aa
#9955cc on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9955cc on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green33.3%
Blue80.0%
CMYK percentages
Cyan25.0%
Magenta58.3%
Yellow0.0%
Key (black)20.0%
Color previews
#9955cc text on a black background
contrast 4.53:1
Card sample
#9955cc text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9955cc;
Background color
Panel with #9955cc background
background-color: #9955cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9955cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 85, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 85, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9955cc; background: linear-gradient(135deg, #9955cc, #CC55B0);