#af79ca
a balanced, soft violet · warm · closest name: plum
RGB
175, 121, 202
HSL
280°, 43%, 63%
CMYK
13, 40, 0, 21
Luminance
0.2705
Every format
| HEX | #af79ca |
| RGB | rgb(175, 121, 202) |
| HSL | hsl(280, 43%, 63%) |
| CMYK | cmyk(13%, 40%, 0%, 21%) |
| LAB | lab(59.0 35.6 -33.9) |
| LCH | lch(59.0 49.2 316.4) |
| OKLCH | oklch(0.661 0.130 313.8) |
Copy-ready code
/* CSS */
color: #af79ca;
background-color: #af79ca;
/* Tailwind (arbitrary) */
class="text-[#af79ca] bg-[#af79ca]"
/* SCSS */
$brand: #af79ca;
/* SwiftUI */
Color(red: 0.686, green: 0.475, blue: 0.792)
/* Android */
Color.parseColor("#af79ca")Accessibility — WCAG contrast
Aa
#af79ca on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af79ca on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.5%
Blue79.2%
CMYK percentages
Cyan13.4%
Magenta40.1%
Yellow0.0%
Key (black)20.8%
Color previews
#af79ca text on a black background
contrast 6.41:1
Card sample
#af79ca text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af79ca;
Background color
Panel with #af79ca background
background-color: #af79ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af79ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 121, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 121, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af79ca; background: linear-gradient(135deg, #af79ca, #CA79AF);