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