#af8edc
a light, vivid violet · warm · closest name: plum
RGB
175, 142, 220
HSL
265°, 53%, 71%
CMYK
21, 36, 0, 14
Luminance
0.3363
Every format
| HEX | #af8edc |
| RGB | rgb(175, 142, 220) |
| HSL | hsl(265, 53%, 71%) |
| CMYK | cmyk(21%, 36%, 0%, 14%) |
| LAB | lab(64.7 27.8 -35.2) |
| LCH | lch(64.7 44.9 308.3) |
| OKLCH | oklch(0.706 0.116 303.0) |
Copy-ready code
/* CSS */
color: #af8edc;
background-color: #af8edc;
/* Tailwind (arbitrary) */
class="text-[#af8edc] bg-[#af8edc]"
/* SCSS */
$brand: #af8edc;
/* SwiftUI */
Color(red: 0.686, green: 0.557, blue: 0.863)
/* Android */
Color.parseColor("#af8edc")Accessibility — WCAG contrast
Aa
#af8edc on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8edc on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.7%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta35.5%
Yellow0.0%
Key (black)13.7%
Color previews
#af8edc text on a black background
contrast 7.73:1
Card sample
#af8edc text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8edc;
Background color
Panel with #af8edc background
background-color: #af8edc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8edc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 142, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 142, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8edc; background: linear-gradient(135deg, #af8edc, #DC8ED5);