#af95bf
a light, soft violet · warm · closest name: plum
RGB
175, 149, 191
HSL
277°, 25%, 67%
CMYK
8, 22, 0, 25
Luminance
0.3437
Every format
| HEX | #af95bf |
| RGB | rgb(175, 149, 191) |
| HSL | hsl(277, 25%, 67%) |
| CMYK | cmyk(8%, 22%, 0%, 25%) |
| LAB | lab(65.3 17.6 -18.1) |
| LCH | lch(65.3 25.2 314.1) |
| OKLCH | oklch(0.707 0.067 312.4) |
Copy-ready code
/* CSS */
color: #af95bf;
background-color: #af95bf;
/* Tailwind (arbitrary) */
class="text-[#af95bf] bg-[#af95bf]"
/* SCSS */
$brand: #af95bf;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.749)
/* Android */
Color.parseColor("#af95bf")Accessibility — WCAG contrast
Aa
#af95bf on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af95bf on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue74.9%
CMYK percentages
Cyan8.4%
Magenta22.0%
Yellow0.0%
Key (black)25.1%
Color previews
#af95bf text on a black background
contrast 7.87:1
Card sample
#af95bf text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af95bf;
Background color
Panel with #af95bf background
background-color: #af95bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af95bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af95bf; background: linear-gradient(135deg, #af95bf, #BF95B3);