#af8dc2
a light, soft violet · warm · closest name: plum
RGB
175, 141, 194
HSL
279°, 30%, 66%
CMYK
10, 27, 0, 24
Luminance
0.3206
Every format
| HEX | #af8dc2 |
| RGB | rgb(175, 141, 194) |
| HSL | hsl(279, 30%, 66%) |
| CMYK | cmyk(10%, 27%, 0%, 24%) |
| LAB | lab(63.4 22.7 -22.7) |
| LCH | lch(63.4 32.1 315.0) |
| OKLCH | oklch(0.693 0.085 313.2) |
Copy-ready code
/* CSS */
color: #af8dc2;
background-color: #af8dc2;
/* Tailwind (arbitrary) */
class="text-[#af8dc2] bg-[#af8dc2]"
/* SCSS */
$brand: #af8dc2;
/* SwiftUI */
Color(red: 0.686, green: 0.553, blue: 0.761)
/* Android */
Color.parseColor("#af8dc2")Accessibility — WCAG contrast
Aa
#af8dc2 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8dc2 on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.3%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta27.3%
Yellow0.0%
Key (black)23.9%
Color previews
#af8dc2 text on a black background
contrast 7.41:1
Card sample
#af8dc2 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8dc2;
Background color
Panel with #af8dc2 background
background-color: #af8dc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8dc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 141, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 141, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8dc2; background: linear-gradient(135deg, #af8dc2, #C28DB2);