#af8ad3
a light, vivid violet · warm · closest name: plum
RGB
175, 138, 211
HSL
270°, 45%, 68%
CMYK
17, 35, 0, 17
Luminance
0.3199
Every format
| HEX | #af8ad3 |
| RGB | rgb(175, 138, 211) |
| HSL | hsl(270, 45%, 68%) |
| CMYK | cmyk(17%, 35%, 0%, 17%) |
| LAB | lab(63.3 28.1 -32.3) |
| LCH | lch(63.3 42.8 311.0) |
| OKLCH | oklch(0.695 0.111 307.0) |
Copy-ready code
/* CSS */
color: #af8ad3;
background-color: #af8ad3;
/* Tailwind (arbitrary) */
class="text-[#af8ad3] bg-[#af8ad3]"
/* SCSS */
$brand: #af8ad3;
/* SwiftUI */
Color(red: 0.686, green: 0.541, blue: 0.827)
/* Android */
Color.parseColor("#af8ad3")Accessibility — WCAG contrast
Aa
#af8ad3 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8ad3 on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.1%
Blue82.7%
CMYK percentages
Cyan17.1%
Magenta34.6%
Yellow0.0%
Key (black)17.3%
Color previews
#af8ad3 text on a black background
contrast 7.40:1
Card sample
#af8ad3 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8ad3;
Background color
Panel with #af8ad3 background
background-color: #af8ad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8ad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 138, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 138, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8ad3; background: linear-gradient(135deg, #af8ad3, #D38AC6);