#995fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
153, 95, 223
HSL
267°, 67%, 62%
CMYK
31, 57, 0, 13
Luminance
0.2028
Every format
| HEX | #995fdf |
| RGB | rgb(153, 95, 223) |
| HSL | hsl(267, 67%, 62%) |
| CMYK | cmyk(31%, 57%, 0%, 13%) |
| LAB | lab(52.2 48.7 -56.8) |
| LCH | lch(52.2 74.8 310.6) |
| OKLCH | oklch(0.608 0.189 302.0) |
Copy-ready code
/* CSS */
color: #995fdf;
background-color: #995fdf;
/* Tailwind (arbitrary) */
class="text-[#995fdf] bg-[#995fdf]"
/* SCSS */
$brand: #995fdf;
/* SwiftUI */
Color(red: 0.600, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#995fdf")Accessibility — WCAG contrast
Aa
#995fdf on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#995fdf on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green37.3%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#995fdf text on a black background
contrast 5.06:1
Card sample
#995fdf text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995fdf;
Background color
Panel with #995fdf background
background-color: #995fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995fdf; background: linear-gradient(135deg, #995fdf, #DF5FD0);