#af93cf
a light, soft violet · warm · closest name: plum
RGB
175, 147, 207
HSL
268°, 39%, 69%
CMYK
16, 29, 0, 19
Luminance
0.3449
Every format
| HEX | #af93cf |
| RGB | rgb(175, 147, 207) |
| HSL | hsl(268, 39%, 69%) |
| CMYK | cmyk(16%, 29%, 0%, 19%) |
| LAB | lab(65.3 22.1 -26.9) |
| LCH | lch(65.3 34.8 309.4) |
| OKLCH | oklch(0.710 0.091 305.5) |
Copy-ready code
/* CSS */
color: #af93cf;
background-color: #af93cf;
/* Tailwind (arbitrary) */
class="text-[#af93cf] bg-[#af93cf]"
/* SCSS */
$brand: #af93cf;
/* SwiftUI */
Color(red: 0.686, green: 0.576, blue: 0.812)
/* Android */
Color.parseColor("#af93cf")Accessibility — WCAG contrast
Aa
#af93cf on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af93cf on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green57.6%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta29.0%
Yellow0.0%
Key (black)18.8%
Color previews
#af93cf text on a black background
contrast 7.90:1
Card sample
#af93cf text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af93cf;
Background color
Panel with #af93cf background
background-color: #af93cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af93cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 147, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 147, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af93cf; background: linear-gradient(135deg, #af93cf, #CF93C7);