#af95d4
a light, soft violet · warm · closest name: plum
RGB
175, 149, 212
HSL
265°, 42%, 71%
CMYK
18, 30, 0, 17
Luminance
0.3536
Every format
| HEX | #af95d4 |
| RGB | rgb(175, 149, 212) |
| HSL | hsl(265, 42%, 71%) |
| CMYK | cmyk(18%, 30%, 0%, 17%) |
| LAB | lab(66.0 22.1 -28.7) |
| LCH | lch(66.0 36.2 307.6) |
| OKLCH | oklch(0.716 0.094 303.0) |
Copy-ready code
/* CSS */
color: #af95d4;
background-color: #af95d4;
/* Tailwind (arbitrary) */
class="text-[#af95d4] bg-[#af95d4]"
/* SCSS */
$brand: #af95d4;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.831)
/* Android */
Color.parseColor("#af95d4")Accessibility — WCAG contrast
Aa
#af95d4 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af95d4 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue83.1%
CMYK percentages
Cyan17.5%
Magenta29.7%
Yellow0.0%
Key (black)16.9%
Color previews
#af95d4 text on a black background
contrast 8.07:1
Card sample
#af95d4 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af95d4;
Background color
Panel with #af95d4 background
background-color: #af95d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af95d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af95d4; background: linear-gradient(135deg, #af95d4, #D495CF);