#af79df
a light, vivid violet · warm · closest name: orchid
RGB
175, 121, 223
HSL
272°, 61%, 68%
CMYK
22, 46, 0, 13
Luminance
0.2812
Every format
| HEX | #af79df |
| RGB | rgb(175, 121, 223) |
| HSL | hsl(272, 61%, 68%) |
| CMYK | cmyk(22%, 46%, 0%, 13%) |
| LAB | lab(60.0 40.2 -44.2) |
| LCH | lch(60.0 59.8 312.3) |
| OKLCH | oklch(0.672 0.155 307.1) |
Copy-ready code
/* CSS */
color: #af79df;
background-color: #af79df;
/* Tailwind (arbitrary) */
class="text-[#af79df] bg-[#af79df]"
/* SCSS */
$brand: #af79df;
/* SwiftUI */
Color(red: 0.686, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#af79df")Accessibility — WCAG contrast
Aa
#af79df on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af79df on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.5%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta45.7%
Yellow0.0%
Key (black)12.5%
Color previews
#af79df text on a black background
contrast 6.62:1
Card sample
#af79df text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af79df;
Background color
Panel with #af79df background
background-color: #af79df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af79df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af79df; background: linear-gradient(135deg, #af79df, #DF79CB);