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