#af4adf
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 74, 223
HSL
281°, 70%, 58%
CMYK
22, 67, 0, 13
Luminance
0.1934
Every format
| HEX | #af4adf |
| RGB | rgb(175, 74, 223) |
| HSL | hsl(281, 70%, 58%) |
| CMYK | cmyk(22%, 67%, 0%, 13%) |
| LAB | lab(51.1 63.8 -58.4) |
| LCH | lch(51.1 86.5 317.5) |
| OKLCH | oklch(0.606 0.224 312.8) |
Copy-ready code
/* CSS */
color: #af4adf;
background-color: #af4adf;
/* Tailwind (arbitrary) */
class="text-[#af4adf] bg-[#af4adf]"
/* SCSS */
$brand: #af4adf;
/* SwiftUI */
Color(red: 0.686, green: 0.290, blue: 0.875)
/* Android */
Color.parseColor("#af4adf")Accessibility — WCAG contrast
Aa
#af4adf on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4adf on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green29.0%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta66.8%
Yellow0.0%
Key (black)12.5%
Color previews
#af4adf text on a black background
contrast 4.87:1
Card sample
#af4adf text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4adf;
Background color
Panel with #af4adf background
background-color: #af4adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 74, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 74, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4adf; background: linear-gradient(135deg, #af4adf, #DF4AAC);