#af7dc9
a balanced, soft violet · warm · closest name: plum
RGB
175, 125, 201
HSL
280°, 41%, 64%
CMYK
13, 38, 0, 21
Luminance
0.2800
Every format
| HEX | #af7dc9 |
| RGB | rgb(175, 125, 201) |
| HSL | hsl(280, 41%, 64%) |
| CMYK | cmyk(13%, 38%, 0%, 21%) |
| LAB | lab(59.9 33.2 -32.0) |
| LCH | lch(59.9 46.1 316.0) |
| OKLCH | oklch(0.667 0.122 313.5) |
Copy-ready code
/* CSS */
color: #af7dc9;
background-color: #af7dc9;
/* Tailwind (arbitrary) */
class="text-[#af7dc9] bg-[#af7dc9]"
/* SCSS */
$brand: #af7dc9;
/* SwiftUI */
Color(red: 0.686, green: 0.490, blue: 0.788)
/* Android */
Color.parseColor("#af7dc9")Accessibility — WCAG contrast
Aa
#af7dc9 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7dc9 on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.0%
Blue78.8%
CMYK percentages
Cyan12.9%
Magenta37.8%
Yellow0.0%
Key (black)21.2%
Color previews
#af7dc9 text on a black background
contrast 6.60:1
Card sample
#af7dc9 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7dc9;
Background color
Panel with #af7dc9 background
background-color: #af7dc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7dc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 125, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 125, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7dc9; background: linear-gradient(135deg, #af7dc9, #C97DB0);