#a261af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
162, 97, 175
HSL
290°, 33%, 53%
CMYK
7, 45, 0, 31
Luminance
0.1933
Every format
| HEX | #a261af |
| RGB | rgb(162, 97, 175) |
| HSL | hsl(290, 33%, 53%) |
| CMYK | cmyk(7%, 45%, 0%, 31%) |
| LAB | lab(51.1 39.2 -30.9) |
| LCH | lch(51.1 50.0 321.7) |
| OKLCH | oklch(0.594 0.135 320.8) |
Copy-ready code
/* CSS */
color: #a261af;
background-color: #a261af;
/* Tailwind (arbitrary) */
class="text-[#a261af] bg-[#a261af]"
/* SCSS */
$brand: #a261af;
/* SwiftUI */
Color(red: 0.635, green: 0.380, blue: 0.686)
/* Android */
Color.parseColor("#a261af")Accessibility — WCAG contrast
Aa
#a261af on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a261af on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green38.0%
Blue68.6%
CMYK percentages
Cyan7.4%
Magenta44.6%
Yellow0.0%
Key (black)31.4%
Color previews
#a261af text on a black background
contrast 4.87:1
Card sample
#a261af text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a261af;
Background color
Panel with #a261af background
background-color: #a261af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a261af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 97, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 97, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a261af; background: linear-gradient(135deg, #a261af, #AF6188);