#af4edf
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 78, 223
HSL
280°, 69%, 59%
CMYK
22, 65, 0, 13
Luminance
0.1989
Every format
| HEX | #af4edf |
| RGB | rgb(175, 78, 223) |
| HSL | hsl(280, 69%, 59%) |
| CMYK | cmyk(22%, 65%, 0%, 13%) |
| LAB | lab(51.7 62.1 -57.4) |
| LCH | lch(51.7 84.5 317.3) |
| OKLCH | oklch(0.611 0.219 312.5) |
Copy-ready code
/* CSS */
color: #af4edf;
background-color: #af4edf;
/* Tailwind (arbitrary) */
class="text-[#af4edf] bg-[#af4edf]"
/* SCSS */
$brand: #af4edf;
/* SwiftUI */
Color(red: 0.686, green: 0.306, blue: 0.875)
/* Android */
Color.parseColor("#af4edf")Accessibility — WCAG contrast
Aa
#af4edf on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4edf on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.6%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta65.0%
Yellow0.0%
Key (black)12.5%
Color previews
#af4edf text on a black background
contrast 4.98:1
Card sample
#af4edf text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4edf;
Background color
Panel with #af4edf background
background-color: #af4edf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4edf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 78, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 78, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4edf; background: linear-gradient(135deg, #af4edf, #DF4EAE);