#af99bf
a light, soft violet · warm · closest name: plum
RGB
175, 153, 191
HSL
275°, 23%, 68%
CMYK
8, 20, 0, 25
Luminance
0.3566
Every format
| HEX | #af99bf |
| RGB | rgb(175, 153, 191) |
| HSL | hsl(275, 23%, 68%) |
| CMYK | cmyk(8%, 20%, 0%, 25%) |
| LAB | lab(66.3 15.3 -16.6) |
| LCH | lch(66.3 22.6 312.6) |
| OKLCH | oklch(0.715 0.059 310.9) |
Copy-ready code
/* CSS */
color: #af99bf;
background-color: #af99bf;
/* Tailwind (arbitrary) */
class="text-[#af99bf] bg-[#af99bf]"
/* SCSS */
$brand: #af99bf;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.749)
/* Android */
Color.parseColor("#af99bf")Accessibility — WCAG contrast
Aa
#af99bf on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99bf on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue74.9%
CMYK percentages
Cyan8.4%
Magenta19.9%
Yellow0.0%
Key (black)25.1%
Color previews
#af99bf text on a black background
contrast 8.13:1
Card sample
#af99bf text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99bf;
Background color
Panel with #af99bf background
background-color: #af99bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99bf; background: linear-gradient(135deg, #af99bf, #BF99B6);