#af5cd1
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 92, 209
HSL
283°, 56%, 59%
CMYK
16, 56, 0, 18
Luminance
0.2137
Every format
| HEX | #af5cd1 |
| RGB | rgb(175, 92, 209) |
| HSL | hsl(283, 56%, 59%) |
| CMYK | cmyk(16%, 56%, 0%, 18%) |
| LAB | lab(53.4 52.5 -46.8) |
| LCH | lch(53.4 70.3 318.3) |
| OKLCH | oklch(0.620 0.185 315.1) |
Copy-ready code
/* CSS */
color: #af5cd1;
background-color: #af5cd1;
/* Tailwind (arbitrary) */
class="text-[#af5cd1] bg-[#af5cd1]"
/* SCSS */
$brand: #af5cd1;
/* SwiftUI */
Color(red: 0.686, green: 0.361, blue: 0.820)
/* Android */
Color.parseColor("#af5cd1")Accessibility — WCAG contrast
Aa
#af5cd1 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5cd1 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.1%
Blue82.0%
CMYK percentages
Cyan16.3%
Magenta56.0%
Yellow0.0%
Key (black)18.0%
Color previews
#af5cd1 text on a black background
contrast 5.27:1
Card sample
#af5cd1 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5cd1;
Background color
Panel with #af5cd1 background
background-color: #af5cd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5cd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 92, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 92, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5cd1; background: linear-gradient(135deg, #af5cd1, #D15CA5);