#af6edf
a light, vivid violet · warm · closest name: orchid
RGB
175, 110, 223
HSL
275°, 64%, 65%
CMYK
22, 51, 0, 13
Luminance
0.2559
Every format
| HEX | #af6edf |
| RGB | rgb(175, 110, 223) |
| HSL | hsl(275, 64%, 65%) |
| CMYK | cmyk(22%, 51%, 0%, 13%) |
| LAB | lab(57.6 46.2 -47.9) |
| LCH | lch(57.6 66.6 314.0) |
| OKLCH | oklch(0.654 0.172 309.0) |
Copy-ready code
/* CSS */
color: #af6edf;
background-color: #af6edf;
/* Tailwind (arbitrary) */
class="text-[#af6edf] bg-[#af6edf]"
/* SCSS */
$brand: #af6edf;
/* SwiftUI */
Color(red: 0.686, green: 0.431, blue: 0.875)
/* Android */
Color.parseColor("#af6edf")Accessibility — WCAG contrast
Aa
#af6edf on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6edf on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.1%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta50.7%
Yellow0.0%
Key (black)12.5%
Color previews
#af6edf text on a black background
contrast 6.12:1
Card sample
#af6edf text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6edf;
Background color
Panel with #af6edf background
background-color: #af6edf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6edf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 110, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 110, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6edf; background: linear-gradient(135deg, #af6edf, #DF6EC4);