#af96cb
a light, soft violet · warm · closest name: plum
RGB
175, 150, 203
HSL
268°, 34%, 69%
CMYK
14, 26, 0, 20
Luminance
0.3524
Every format
| HEX | #af96cb |
| RGB | rgb(175, 150, 203) |
| HSL | hsl(268, 34%, 69%) |
| CMYK | cmyk(14%, 26%, 0%, 20%) |
| LAB | lab(65.9 19.5 -23.8) |
| LCH | lch(65.9 30.8 309.4) |
| OKLCH | oklch(0.714 0.080 305.9) |
Copy-ready code
/* CSS */
color: #af96cb;
background-color: #af96cb;
/* Tailwind (arbitrary) */
class="text-[#af96cb] bg-[#af96cb]"
/* SCSS */
$brand: #af96cb;
/* SwiftUI */
Color(red: 0.686, green: 0.588, blue: 0.796)
/* Android */
Color.parseColor("#af96cb")Accessibility — WCAG contrast
Aa
#af96cb on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af96cb on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.8%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta26.1%
Yellow0.0%
Key (black)20.4%
Color previews
#af96cb text on a black background
contrast 8.05:1
Card sample
#af96cb text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af96cb;
Background color
Panel with #af96cb background
background-color: #af96cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af96cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 150, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 150, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af96cb; background: linear-gradient(135deg, #af96cb, #CB96C4);