#995eb2
a balanced, soft violet · warm · closest name: orchid
RGB
153, 94, 178
HSL
282°, 35%, 53%
CMYK
14, 47, 0, 30
Luminance
0.1799
Every format
| HEX | #995eb2 |
| RGB | rgb(153, 94, 178) |
| HSL | hsl(282, 35%, 53%) |
| CMYK | cmyk(14%, 47%, 0%, 30%) |
| LAB | lab(49.5 38.8 -35.2) |
| LCH | lch(49.5 52.4 317.8) |
| OKLCH | oklch(0.581 0.139 315.1) |
Copy-ready code
/* CSS */
color: #995eb2;
background-color: #995eb2;
/* Tailwind (arbitrary) */
class="text-[#995eb2] bg-[#995eb2]"
/* SCSS */
$brand: #995eb2;
/* SwiftUI */
Color(red: 0.600, green: 0.369, blue: 0.698)
/* Android */
Color.parseColor("#995eb2")Accessibility — WCAG contrast
Aa
#995eb2 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#995eb2 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green36.9%
Blue69.8%
CMYK percentages
Cyan14.0%
Magenta47.2%
Yellow0.0%
Key (black)30.2%
Color previews
#995eb2 text on a black background
contrast 4.60:1
Card sample
#995eb2 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995eb2;
Background color
Panel with #995eb2 background
background-color: #995eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 94, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 94, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995eb2; background: linear-gradient(135deg, #995eb2, #B25E93);