#af93cd
a light, soft violet · warm · closest name: plum
RGB
175, 147, 205
HSL
269°, 37%, 69%
CMYK
15, 28, 0, 20
Luminance
0.3439
Every format
| HEX | #af93cd |
| RGB | rgb(175, 147, 205) |
| HSL | hsl(269, 37%, 69%) |
| CMYK | cmyk(15%, 28%, 0%, 20%) |
| LAB | lab(65.3 21.7 -25.9) |
| LCH | lch(65.3 33.8 309.9) |
| OKLCH | oklch(0.709 0.088 306.3) |
Copy-ready code
/* CSS */
color: #af93cd;
background-color: #af93cd;
/* Tailwind (arbitrary) */
class="text-[#af93cd] bg-[#af93cd]"
/* SCSS */
$brand: #af93cd;
/* SwiftUI */
Color(red: 0.686, green: 0.576, blue: 0.804)
/* Android */
Color.parseColor("#af93cd")Accessibility — WCAG contrast
Aa
#af93cd on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af93cd on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green57.6%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta28.3%
Yellow0.0%
Key (black)19.6%
Color previews
#af93cd text on a black background
contrast 7.88:1
Card sample
#af93cd text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af93cd;
Background color
Panel with #af93cd background
background-color: #af93cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af93cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 147, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 147, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af93cd; background: linear-gradient(135deg, #af93cd, #CD93C4);