#af92bc
a light, soft violet · warm · closest name: plum
RGB
175, 146, 188
HSL
281°, 24%, 66%
CMYK
7, 22, 0, 26
Luminance
0.3330
Every format
| HEX | #af92bc |
| RGB | rgb(175, 146, 188) |
| HSL | hsl(281, 24%, 66%) |
| CMYK | cmyk(7%, 22%, 0%, 26%) |
| LAB | lab(64.4 18.6 -17.7) |
| LCH | lch(64.4 25.7 316.4) |
| OKLCH | oklch(0.700 0.068 315.3) |
Copy-ready code
/* CSS */
color: #af92bc;
background-color: #af92bc;
/* Tailwind (arbitrary) */
class="text-[#af92bc] bg-[#af92bc]"
/* SCSS */
$brand: #af92bc;
/* SwiftUI */
Color(red: 0.686, green: 0.573, blue: 0.737)
/* Android */
Color.parseColor("#af92bc")Accessibility — WCAG contrast
Aa
#af92bc on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af92bc on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green57.3%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta22.3%
Yellow0.0%
Key (black)26.3%
Color previews
#af92bc text on a black background
contrast 7.66:1
Card sample
#af92bc text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af92bc;
Background color
Panel with #af92bc background
background-color: #af92bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af92bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 146, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 146, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af92bc; background: linear-gradient(135deg, #af92bc, #BC92AD);