#af99bd
a light, soft violet · warm · closest name: plum
RGB
175, 153, 189
HSL
277°, 21%, 67%
CMYK
7, 19, 0, 26
Luminance
0.3557
Every format
| HEX | #af99bd |
| RGB | rgb(175, 153, 189) |
| HSL | hsl(277, 21%, 67%) |
| CMYK | cmyk(7%, 19%, 0%, 26%) |
| LAB | lab(66.2 14.9 -15.6) |
| LCH | lch(66.2 21.6 313.7) |
| OKLCH | oklch(0.714 0.057 312.2) |
Copy-ready code
/* CSS */
color: #af99bd;
background-color: #af99bd;
/* Tailwind (arbitrary) */
class="text-[#af99bd] bg-[#af99bd]"
/* SCSS */
$brand: #af99bd;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.741)
/* Android */
Color.parseColor("#af99bd")Accessibility — WCAG contrast
Aa
#af99bd on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99bd on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue74.1%
CMYK percentages
Cyan7.4%
Magenta19.0%
Yellow0.0%
Key (black)25.9%
Color previews
#af99bd text on a black background
contrast 8.11:1
Card sample
#af99bd text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99bd;
Background color
Panel with #af99bd background
background-color: #af99bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99bd; background: linear-gradient(135deg, #af99bd, #BD99B3);