#af8ecd
a light, soft violet · warm · closest name: plum
RGB
175, 142, 205
HSL
271°, 39%, 68%
CMYK
15, 31, 0, 20
Luminance
0.3287
Every format
| HEX | #af8ecd |
| RGB | rgb(175, 142, 205) |
| HSL | hsl(271, 39%, 68%) |
| CMYK | cmyk(15%, 31%, 0%, 20%) |
| LAB | lab(64.0 24.5 -27.8) |
| LCH | lch(64.0 37.0 311.3) |
| OKLCH | oklch(0.700 0.097 308.0) |
Copy-ready code
/* CSS */
color: #af8ecd;
background-color: #af8ecd;
/* Tailwind (arbitrary) */
class="text-[#af8ecd] bg-[#af8ecd]"
/* SCSS */
$brand: #af8ecd;
/* SwiftUI */
Color(red: 0.686, green: 0.557, blue: 0.804)
/* Android */
Color.parseColor("#af8ecd")Accessibility — WCAG contrast
Aa
#af8ecd on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8ecd on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.7%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta30.7%
Yellow0.0%
Key (black)19.6%
Color previews
#af8ecd text on a black background
contrast 7.57:1
Card sample
#af8ecd text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8ecd;
Background color
Panel with #af8ecd background
background-color: #af8ecd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8ecd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 142, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 142, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8ecd; background: linear-gradient(135deg, #af8ecd, #CD8EC1);