#af9ac3
a light, soft violet · warm · closest name: plum
RGB
175, 154, 195
HSL
271°, 26%, 68%
CMYK
10, 21, 0, 24
Luminance
0.3617
Every format
| HEX | #af9ac3 |
| RGB | rgb(175, 154, 195) |
| HSL | hsl(271, 26%, 68%) |
| CMYK | cmyk(10%, 21%, 0%, 24%) |
| LAB | lab(66.7 15.6 -18.3) |
| LCH | lch(66.7 24.0 310.5) |
| OKLCH | oklch(0.719 0.063 308.0) |
Copy-ready code
/* CSS */
color: #af9ac3;
background-color: #af9ac3;
/* Tailwind (arbitrary) */
class="text-[#af9ac3] bg-[#af9ac3]"
/* SCSS */
$brand: #af9ac3;
/* SwiftUI */
Color(red: 0.686, green: 0.604, blue: 0.765)
/* Android */
Color.parseColor("#af9ac3")Accessibility — WCAG contrast
Aa
#af9ac3 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9ac3 on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.4%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta21.0%
Yellow0.0%
Key (black)23.5%
Color previews
#af9ac3 text on a black background
contrast 8.23:1
Card sample
#af9ac3 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9ac3;
Background color
Panel with #af9ac3 background
background-color: #af9ac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9ac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 154, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 154, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9ac3; background: linear-gradient(135deg, #af9ac3, #C39ABC);