#ac99c2
a light, soft violet · warm · closest name: plum
RGB
172, 153, 194
HSL
268°, 25%, 68%
CMYK
11, 21, 0, 24
Luminance
0.3545
Every format
| HEX | #ac99c2 |
| RGB | rgb(172, 153, 194) |
| HSL | hsl(268, 25%, 68%) |
| CMYK | cmyk(11%, 21%, 0%, 24%) |
| LAB | lab(66.1 14.9 -18.6) |
| LCH | lch(66.1 23.8 308.8) |
| OKLCH | oklch(0.714 0.062 305.9) |
Copy-ready code
/* CSS */
color: #ac99c2;
background-color: #ac99c2;
/* Tailwind (arbitrary) */
class="text-[#ac99c2] bg-[#ac99c2]"
/* SCSS */
$brand: #ac99c2;
/* SwiftUI */
Color(red: 0.675, green: 0.600, blue: 0.761)
/* Android */
Color.parseColor("#ac99c2")Accessibility — WCAG contrast
Aa
#ac99c2 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac99c2 on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green60.0%
Blue76.1%
CMYK percentages
Cyan11.3%
Magenta21.1%
Yellow0.0%
Key (black)23.9%
Color previews
#ac99c2 text on a black background
contrast 8.09:1
Card sample
#ac99c2 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac99c2;
Background color
Panel with #ac99c2 background
background-color: #ac99c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac99c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 153, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 153, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac99c2; background: linear-gradient(135deg, #ac99c2, #C299BD);