#af97cd
a light, soft violet · warm · closest name: plum
RGB
175, 151, 205
HSL
267°, 35%, 70%
CMYK
15, 26, 0, 20
Luminance
0.3565
Every format
| HEX | #af97cd |
| RGB | rgb(175, 151, 205) |
| HSL | hsl(267, 35%, 70%) |
| CMYK | cmyk(15%, 26%, 0%, 20%) |
| LAB | lab(66.3 19.4 -24.4) |
| LCH | lch(66.3 31.2 308.5) |
| OKLCH | oklch(0.717 0.081 304.7) |
Copy-ready code
/* CSS */
color: #af97cd;
background-color: #af97cd;
/* Tailwind (arbitrary) */
class="text-[#af97cd] bg-[#af97cd]"
/* SCSS */
$brand: #af97cd;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.804)
/* Android */
Color.parseColor("#af97cd")Accessibility — WCAG contrast
Aa
#af97cd on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af97cd on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta26.3%
Yellow0.0%
Key (black)19.6%
Color previews
#af97cd text on a black background
contrast 8.13:1
Card sample
#af97cd text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af97cd;
Background color
Panel with #af97cd background
background-color: #af97cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af97cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af97cd; background: linear-gradient(135deg, #af97cd, #CD97C7);