#af5dc9
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 93, 201
HSL
286°, 50%, 58%
CMYK
13, 54, 0, 21
Luminance
0.2116
Every format
| HEX | #af5dc9 |
| RGB | rgb(175, 93, 201) |
| HSL | hsl(286, 50%, 58%) |
| CMYK | cmyk(13%, 54%, 0%, 21%) |
| LAB | lab(53.1 50.4 -42.6) |
| LCH | lch(53.1 66.0 319.8) |
| OKLCH | oklch(0.617 0.175 317.5) |
Copy-ready code
/* CSS */
color: #af5dc9;
background-color: #af5dc9;
/* Tailwind (arbitrary) */
class="text-[#af5dc9] bg-[#af5dc9]"
/* SCSS */
$brand: #af5dc9;
/* SwiftUI */
Color(red: 0.686, green: 0.365, blue: 0.788)
/* Android */
Color.parseColor("#af5dc9")Accessibility — WCAG contrast
Aa
#af5dc9 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5dc9 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.5%
Blue78.8%
CMYK percentages
Cyan12.9%
Magenta53.7%
Yellow0.0%
Key (black)21.2%
Color previews
#af5dc9 text on a black background
contrast 5.23:1
Card sample
#af5dc9 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5dc9;
Background color
Panel with #af5dc9 background
background-color: #af5dc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5dc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 93, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 93, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5dc9; background: linear-gradient(135deg, #af5dc9, #C95D9B);