#a85fd3
a balanced, vivid violet · warm · closest name: orchid
RGB
168, 95, 211
HSL
278°, 57%, 60%
CMYK
20, 55, 0, 17
Luminance
0.2121
Every format
| HEX | #a85fd3 |
| RGB | rgb(168, 95, 211) |
| HSL | hsl(278, 57%, 60%) |
| CMYK | cmyk(20%, 55%, 0%, 17%) |
| LAB | lab(53.2 49.6 -48.3) |
| LCH | lch(53.2 69.2 315.8) |
| OKLCH | oklch(0.617 0.180 311.3) |
Copy-ready code
/* CSS */
color: #a85fd3;
background-color: #a85fd3;
/* Tailwind (arbitrary) */
class="text-[#a85fd3] bg-[#a85fd3]"
/* SCSS */
$brand: #a85fd3;
/* SwiftUI */
Color(red: 0.659, green: 0.373, blue: 0.827)
/* Android */
Color.parseColor("#a85fd3")Accessibility — WCAG contrast
Aa
#a85fd3 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a85fd3 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green37.3%
Blue82.7%
CMYK percentages
Cyan20.4%
Magenta55.0%
Yellow0.0%
Key (black)17.3%
Color previews
#a85fd3 text on a black background
contrast 5.24:1
Card sample
#a85fd3 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a85fd3;
Background color
Panel with #a85fd3 background
background-color: #a85fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a85fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 95, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 95, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a85fd3; background: linear-gradient(135deg, #a85fd3, #D35FB1);