#af8fbf
a light, soft violet · warm · closest name: plum
RGB
175, 143, 191
HSL
280°, 27%, 66%
CMYK
8, 25, 0, 25
Luminance
0.3252
Every format
| HEX | #af8fbf |
| RGB | rgb(175, 143, 191) |
| HSL | hsl(280, 27%, 66%) |
| CMYK | cmyk(8%, 25%, 0%, 25%) |
| LAB | lab(63.8 20.9 -20.4) |
| LCH | lch(63.8 29.2 315.7) |
| OKLCH | oklch(0.696 0.077 314.3) |
Copy-ready code
/* CSS */
color: #af8fbf;
background-color: #af8fbf;
/* Tailwind (arbitrary) */
class="text-[#af8fbf] bg-[#af8fbf]"
/* SCSS */
$brand: #af8fbf;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.749)
/* Android */
Color.parseColor("#af8fbf")Accessibility — WCAG contrast
Aa
#af8fbf on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8fbf on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue74.9%
CMYK percentages
Cyan8.4%
Magenta25.1%
Yellow0.0%
Key (black)25.1%
Color previews
#af8fbf text on a black background
contrast 7.50:1
Card sample
#af8fbf text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8fbf;
Background color
Panel with #af8fbf background
background-color: #af8fbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8fbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8fbf; background: linear-gradient(135deg, #af8fbf, #BF8FAF);