#af79d6
a light, vivid violet · warm · closest name: orchid
RGB
175, 121, 214
HSL
275°, 53%, 66%
CMYK
18, 44, 0, 16
Luminance
0.2764
Every format
| HEX | #af79d6 |
| RGB | rgb(175, 121, 214) |
| HSL | hsl(275, 53%, 66%) |
| CMYK | cmyk(18%, 44%, 0%, 16%) |
| LAB | lab(59.6 38.2 -39.8) |
| LCH | lch(59.6 55.2 313.8) |
| OKLCH | oklch(0.667 0.144 309.7) |
Copy-ready code
/* CSS */
color: #af79d6;
background-color: #af79d6;
/* Tailwind (arbitrary) */
class="text-[#af79d6] bg-[#af79d6]"
/* SCSS */
$brand: #af79d6;
/* SwiftUI */
Color(red: 0.686, green: 0.475, blue: 0.839)
/* Android */
Color.parseColor("#af79d6")Accessibility — WCAG contrast
Aa
#af79d6 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af79d6 on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.5%
Blue83.9%
CMYK percentages
Cyan18.2%
Magenta43.5%
Yellow0.0%
Key (black)16.1%
Color previews
#af79d6 text on a black background
contrast 6.53:1
Card sample
#af79d6 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af79d6;
Background color
Panel with #af79d6 background
background-color: #af79d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af79d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 121, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 121, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af79d6; background: linear-gradient(135deg, #af79d6, #D679BF);