#af99c1
a light, soft violet · warm · closest name: plum
RGB
175, 153, 193
HSL
273°, 24%, 68%
CMYK
9, 21, 0, 24
Luminance
0.3575
Every format
| HEX | #af99c1 |
| RGB | rgb(175, 153, 193) |
| HSL | hsl(273, 24%, 68%) |
| CMYK | cmyk(9%, 21%, 0%, 24%) |
| LAB | lab(66.3 15.7 -17.6) |
| LCH | lch(66.3 23.6 311.7) |
| OKLCH | oklch(0.716 0.062 309.6) |
Copy-ready code
/* CSS */
color: #af99c1;
background-color: #af99c1;
/* Tailwind (arbitrary) */
class="text-[#af99c1] bg-[#af99c1]"
/* SCSS */
$brand: #af99c1;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.757)
/* Android */
Color.parseColor("#af99c1")Accessibility — WCAG contrast
Aa
#af99c1 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af99c1 on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue75.7%
CMYK percentages
Cyan9.3%
Magenta20.7%
Yellow0.0%
Key (black)24.3%
Color previews
#af99c1 text on a black background
contrast 8.15:1
Card sample
#af99c1 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af99c1;
Background color
Panel with #af99c1 background
background-color: #af99c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af99c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af99c1; background: linear-gradient(135deg, #af99c1, #C199B8);