#af6cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 108, 223
HSL
275°, 64%, 65%
CMYK
22, 52, 0, 13
Luminance
0.2517
Every format
| HEX | #af6cdf |
| RGB | rgb(175, 108, 223) |
| HSL | hsl(275, 64%, 65%) |
| CMYK | cmyk(22%, 52%, 0%, 13%) |
| LAB | lab(57.2 47.3 -48.6) |
| LCH | lch(57.2 67.8 314.2) |
| OKLCH | oklch(0.651 0.176 309.2) |
Copy-ready code
/* CSS */
color: #af6cdf;
background-color: #af6cdf;
/* Tailwind (arbitrary) */
class="text-[#af6cdf] bg-[#af6cdf]"
/* SCSS */
$brand: #af6cdf;
/* SwiftUI */
Color(red: 0.686, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#af6cdf")Accessibility — WCAG contrast
Aa
#af6cdf on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6cdf on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.4%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta51.6%
Yellow0.0%
Key (black)12.5%
Color previews
#af6cdf text on a black background
contrast 6.03:1
Card sample
#af6cdf text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6cdf;
Background color
Panel with #af6cdf background
background-color: #af6cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6cdf; background: linear-gradient(135deg, #af6cdf, #DF6CC2);