#af99b9
a light, soft violet · warm · closest name: plum
RGB
175, 153, 185
HSL
281°, 19%, 66%
CMYK
5, 17, 0, 28
Luminance
0.3540
Every format
| HEX | #af99b9 |
| RGB | rgb(175, 153, 185) |
| HSL | hsl(281, 19%, 66%) |
| CMYK | cmyk(5%, 17%, 0%, 28%) |
| LAB | lab(66.1 14.1 -13.6) |
| LCH | lch(66.1 19.6 316.1) |
| OKLCH | oklch(0.713 0.052 315.3) |
Copy-ready code
/* CSS */
color: #af99b9;
background-color: #af99b9;
/* Tailwind (arbitrary) */
class="text-[#af99b9] bg-[#af99b9]"
/* SCSS */
$brand: #af99b9;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.725)
/* Android */
Color.parseColor("#af99b9")Accessibility — WCAG contrast
Aa
#af99b9 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99b9 on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue72.5%
CMYK percentages
Cyan5.4%
Magenta17.3%
Yellow0.0%
Key (black)27.5%
Color previews
#af99b9 text on a black background
contrast 8.08:1
Card sample
#af99b9 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99b9;
Background color
Panel with #af99b9 background
background-color: #af99b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99b9; background: linear-gradient(135deg, #af99b9, #B999AE);