#af8fd1
a light, soft violet · warm · closest name: plum
RGB
175, 143, 209
HSL
269°, 42%, 69%
CMYK
16, 32, 0, 18
Luminance
0.3336
Every format
| HEX | #af8fd1 |
| RGB | rgb(175, 143, 209) |
| HSL | hsl(269, 42%, 69%) |
| CMYK | cmyk(16%, 32%, 0%, 18%) |
| LAB | lab(64.5 24.8 -29.4) |
| LCH | lch(64.5 38.5 310.1) |
| OKLCH | oklch(0.703 0.100 306.2) |
Copy-ready code
/* CSS */
color: #af8fd1;
background-color: #af8fd1;
/* Tailwind (arbitrary) */
class="text-[#af8fd1] bg-[#af8fd1]"
/* SCSS */
$brand: #af8fd1;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.820)
/* Android */
Color.parseColor("#af8fd1")Accessibility — WCAG contrast
Aa
#af8fd1 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8fd1 on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue82.0%
CMYK percentages
Cyan16.3%
Magenta31.6%
Yellow0.0%
Key (black)18.0%
Color previews
#af8fd1 text on a black background
contrast 7.67:1
Card sample
#af8fd1 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8fd1;
Background color
Panel with #af8fd1 background
background-color: #af8fd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8fd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8fd1; background: linear-gradient(135deg, #af8fd1, #D18FC7);