#995cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
153, 92, 223
HSL
268°, 67%, 62%
CMYK
31, 59, 0, 13
Luminance
0.1975
Every format
| HEX | #995cdf |
| RGB | rgb(153, 92, 223) |
| HSL | hsl(268, 67%, 62%) |
| CMYK | cmyk(31%, 59%, 0%, 13%) |
| LAB | lab(51.6 50.3 -57.8) |
| LCH | lch(51.6 76.6 311.0) |
| OKLCH | oklch(0.604 0.194 302.4) |
Copy-ready code
/* CSS */
color: #995cdf;
background-color: #995cdf;
/* Tailwind (arbitrary) */
class="text-[#995cdf] bg-[#995cdf]"
/* SCSS */
$brand: #995cdf;
/* SwiftUI */
Color(red: 0.600, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#995cdf")Accessibility — WCAG contrast
Aa
#995cdf on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#995cdf on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green36.1%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#995cdf text on a black background
contrast 4.95:1
Card sample
#995cdf text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995cdf;
Background color
Panel with #995cdf background
background-color: #995cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995cdf; background: linear-gradient(135deg, #995cdf, #DF5CCE);