#af94bc
a light, soft violet · warm · closest name: plum
RGB
175, 148, 188
HSL
281°, 23%, 66%
CMYK
7, 21, 0, 26
Luminance
0.3392
Every format
| HEX | #af94bc |
| RGB | rgb(175, 148, 188) |
| HSL | hsl(281, 23%, 66%) |
| CMYK | cmyk(7%, 21%, 0%, 26%) |
| LAB | lab(64.9 17.5 -17.0) |
| LCH | lch(64.9 24.4 315.8) |
| OKLCH | oklch(0.704 0.065 314.7) |
Copy-ready code
/* CSS */
color: #af94bc;
background-color: #af94bc;
/* Tailwind (arbitrary) */
class="text-[#af94bc] bg-[#af94bc]"
/* SCSS */
$brand: #af94bc;
/* SwiftUI */
Color(red: 0.686, green: 0.580, blue: 0.737)
/* Android */
Color.parseColor("#af94bc")Accessibility — WCAG contrast
Aa
#af94bc on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af94bc on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.0%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta21.3%
Yellow0.0%
Key (black)26.3%
Color previews
#af94bc text on a black background
contrast 7.78:1
Card sample
#af94bc text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af94bc;
Background color
Panel with #af94bc background
background-color: #af94bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af94bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 148, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 148, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af94bc; background: linear-gradient(135deg, #af94bc, #BC94AE);