#af8bcd
a light, soft violet · warm · closest name: plum
RGB
175, 139, 205
HSL
273°, 40%, 68%
CMYK
15, 32, 0, 20
Luminance
0.3199
Every format
| HEX | #af8bcd |
| RGB | rgb(175, 139, 205) |
| HSL | hsl(273, 40%, 68%) |
| CMYK | cmyk(15%, 32%, 0%, 20%) |
| LAB | lab(63.3 26.2 -28.9) |
| LCH | lch(63.3 39.0 312.1) |
| OKLCH | oklch(0.694 0.102 308.8) |
Copy-ready code
/* CSS */
color: #af8bcd;
background-color: #af8bcd;
/* Tailwind (arbitrary) */
class="text-[#af8bcd] bg-[#af8bcd]"
/* SCSS */
$brand: #af8bcd;
/* SwiftUI */
Color(red: 0.686, green: 0.545, blue: 0.804)
/* Android */
Color.parseColor("#af8bcd")Accessibility — WCAG contrast
Aa
#af8bcd on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8bcd on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.5%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta32.2%
Yellow0.0%
Key (black)19.6%
Color previews
#af8bcd text on a black background
contrast 7.40:1
Card sample
#af8bcd text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8bcd;
Background color
Panel with #af8bcd background
background-color: #af8bcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8bcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 139, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 139, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8bcd; background: linear-gradient(135deg, #af8bcd, #CD8BBF);