#af5acf
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 90, 207
HSL
284°, 55%, 58%
CMYK
16, 57, 0, 19
Luminance
0.2093
Every format
| HEX | #af5acf |
| RGB | rgb(175, 90, 207) |
| HSL | hsl(284, 55%, 58%) |
| CMYK | cmyk(16%, 57%, 0%, 19%) |
| LAB | lab(52.9 53.1 -46.4) |
| LCH | lch(52.9 70.5 318.8) |
| OKLCH | oklch(0.616 0.186 315.9) |
Copy-ready code
/* CSS */
color: #af5acf;
background-color: #af5acf;
/* Tailwind (arbitrary) */
class="text-[#af5acf] bg-[#af5acf]"
/* SCSS */
$brand: #af5acf;
/* SwiftUI */
Color(red: 0.686, green: 0.353, blue: 0.812)
/* Android */
Color.parseColor("#af5acf")Accessibility — WCAG contrast
Aa
#af5acf on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5acf on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green35.3%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta56.5%
Yellow0.0%
Key (black)18.8%
Color previews
#af5acf text on a black background
contrast 5.19:1
Card sample
#af5acf text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5acf;
Background color
Panel with #af5acf background
background-color: #af5acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 90, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 90, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5acf; background: linear-gradient(135deg, #af5acf, #CF5AA1);