#af9fce
a light, soft violet · warm · closest name: plum
RGB
175, 159, 206
HSL
260°, 32%, 72%
CMYK
15, 23, 0, 19
Luminance
0.3837
Every format
| HEX | #af9fce |
| RGB | rgb(175, 159, 206) |
| HSL | hsl(260, 32%, 72%) |
| CMYK | cmyk(15%, 23%, 0%, 19%) |
| LAB | lab(68.3 15.1 -21.9) |
| LCH | lch(68.3 26.6 304.7) |
| OKLCH | oklch(0.732 0.069 300.3) |
Copy-ready code
/* CSS */
color: #af9fce;
background-color: #af9fce;
/* Tailwind (arbitrary) */
class="text-[#af9fce] bg-[#af9fce]"
/* SCSS */
$brand: #af9fce;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.808)
/* Android */
Color.parseColor("#af9fce")Accessibility — WCAG contrast
Aa
#af9fce on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9fce on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta22.8%
Yellow0.0%
Key (black)19.2%
Color previews
#af9fce text on a black background
contrast 8.67:1
Card sample
#af9fce text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9fce;
Background color
Panel with #af9fce background
background-color: #af9fce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9fce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9fce; background: linear-gradient(135deg, #af9fce, #CE9FCE);