#a136cf
a balanced, vivid violet · warm · closest name: purple
RGB
161, 54, 207
HSL
282°, 61%, 51%
CMYK
22, 74, 0, 19
Luminance
0.1472
Every format
| HEX | #a136cf |
| RGB | rgb(161, 54, 207) |
| HSL | hsl(282, 61%, 51%) |
| CMYK | cmyk(22%, 74%, 0%, 19%) |
| LAB | lab(45.3 65.8 -58.8) |
| LCH | lch(45.3 88.2 318.2) |
| OKLCH | oklch(0.557 0.228 313.4) |
Copy-ready code
/* CSS */
color: #a136cf;
background-color: #a136cf;
/* Tailwind (arbitrary) */
class="text-[#a136cf] bg-[#a136cf]"
/* SCSS */
$brand: #a136cf;
/* SwiftUI */
Color(red: 0.631, green: 0.212, blue: 0.812)
/* Android */
Color.parseColor("#a136cf")Accessibility — WCAG contrast
Aa
#a136cf on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a136cf on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green21.2%
Blue81.2%
CMYK percentages
Cyan22.2%
Magenta73.9%
Yellow0.0%
Key (black)18.8%
Color previews
#a136cf text on a black background
contrast 3.94:1
Card sample
#a136cf text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a136cf;
Background color
Panel with #a136cf background
background-color: #a136cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a136cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 54, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 54, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a136cf; background: linear-gradient(135deg, #a136cf, #CF3697);