#af6fdf
a light, vivid violet · warm · closest name: orchid
RGB
175, 111, 223
HSL
274°, 64%, 66%
CMYK
22, 50, 0, 13
Luminance
0.2581
Every format
| HEX | #af6fdf |
| RGB | rgb(175, 111, 223) |
| HSL | hsl(274, 64%, 66%) |
| CMYK | cmyk(22%, 50%, 0%, 13%) |
| LAB | lab(57.9 45.7 -47.6) |
| LCH | lch(57.9 66.0 313.8) |
| OKLCH | oklch(0.656 0.171 308.8) |
Copy-ready code
/* CSS */
color: #af6fdf;
background-color: #af6fdf;
/* Tailwind (arbitrary) */
class="text-[#af6fdf] bg-[#af6fdf]"
/* SCSS */
$brand: #af6fdf;
/* SwiftUI */
Color(red: 0.686, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#af6fdf")Accessibility — WCAG contrast
Aa
#af6fdf on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6fdf on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.5%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#af6fdf text on a black background
contrast 6.16:1
Card sample
#af6fdf text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6fdf;
Background color
Panel with #af6fdf background
background-color: #af6fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6fdf; background: linear-gradient(135deg, #af6fdf, #DF6FC4);