#af99b8
a light, soft violet · warm · closest name: plum
RGB
175, 153, 184
HSL
283°, 18%, 66%
CMYK
5, 17, 0, 28
Luminance
0.3536
Every format
| HEX | #af99b8 |
| RGB | rgb(175, 153, 184) |
| HSL | hsl(283, 18%, 66%) |
| CMYK | cmyk(5%, 17%, 0%, 28%) |
| LAB | lab(66.0 13.9 -13.1) |
| LCH | lch(66.0 19.1 316.7) |
| OKLCH | oklch(0.712 0.051 316.1) |
Copy-ready code
/* CSS */
color: #af99b8;
background-color: #af99b8;
/* Tailwind (arbitrary) */
class="text-[#af99b8] bg-[#af99b8]"
/* SCSS */
$brand: #af99b8;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.722)
/* Android */
Color.parseColor("#af99b8")Accessibility — WCAG contrast
Aa
#af99b8 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99b8 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue72.2%
CMYK percentages
Cyan4.9%
Magenta16.8%
Yellow0.0%
Key (black)27.8%
Color previews
#af99b8 text on a black background
contrast 8.07:1
Card sample
#af99b8 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99b8;
Background color
Panel with #af99b8 background
background-color: #af99b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99b8; background: linear-gradient(135deg, #af99b8, #B899AC);