#af79ba
a balanced, soft violet · warm · closest name: plum
RGB
175, 121, 186
HSL
290°, 32%, 60%
CMYK
6, 35, 0, 27
Luminance
0.2633
Every format
| HEX | #af79ba |
| RGB | rgb(175, 121, 186) |
| HSL | hsl(290, 32%, 60%) |
| CMYK | cmyk(6%, 35%, 0%, 27%) |
| LAB | lab(58.4 32.3 -25.9) |
| LCH | lch(58.4 41.4 321.3) |
| OKLCH | oklch(0.654 0.112 320.6) |
Copy-ready code
/* CSS */
color: #af79ba;
background-color: #af79ba;
/* Tailwind (arbitrary) */
class="text-[#af79ba] bg-[#af79ba]"
/* SCSS */
$brand: #af79ba;
/* SwiftUI */
Color(red: 0.686, green: 0.475, blue: 0.729)
/* Android */
Color.parseColor("#af79ba")Accessibility — WCAG contrast
Aa
#af79ba on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af79ba on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.5%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta34.9%
Yellow0.0%
Key (black)27.1%
Color previews
#af79ba text on a black background
contrast 6.27:1
Card sample
#af79ba text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af79ba;
Background color
Panel with #af79ba background
background-color: #af79ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af79ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 121, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 121, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af79ba; background: linear-gradient(135deg, #af79ba, #BA799A);