#af99be
a light, soft violet · warm · closest name: plum
RGB
175, 153, 190
HSL
276°, 22%, 67%
CMYK
8, 20, 0, 26
Luminance
0.3561
Every format
| HEX | #af99be |
| RGB | rgb(175, 153, 190) |
| HSL | hsl(276, 22%, 67%) |
| CMYK | cmyk(8%, 20%, 0%, 26%) |
| LAB | lab(66.2 15.1 -16.1) |
| LCH | lch(66.2 22.1 313.1) |
| OKLCH | oklch(0.715 0.058 311.5) |
Copy-ready code
/* CSS */
color: #af99be;
background-color: #af99be;
/* Tailwind (arbitrary) */
class="text-[#af99be] bg-[#af99be]"
/* SCSS */
$brand: #af99be;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.745)
/* Android */
Color.parseColor("#af99be")Accessibility — WCAG contrast
Aa
#af99be on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99be on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue74.5%
CMYK percentages
Cyan7.9%
Magenta19.5%
Yellow0.0%
Key (black)25.5%
Color previews
#af99be text on a black background
contrast 8.12:1
Card sample
#af99be text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99be;
Background color
Panel with #af99be background
background-color: #af99be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99be; background: linear-gradient(135deg, #af99be, #BE99B4);