#af8eed
a light, vivid violet · warm · closest name: plum
RGB
175, 142, 237
HSL
261°, 73%, 74%
CMYK
26, 40, 0, 7
Luminance
0.3457
Every format
| HEX | #af8eed |
| RGB | rgb(175, 142, 237) |
| HSL | hsl(261, 73%, 74%) |
| CMYK | cmyk(26%, 40%, 0%, 7%) |
| LAB | lab(65.4 31.8 -43.4) |
| LCH | lch(65.4 53.9 306.2) |
| OKLCH | oklch(0.715 0.138 298.9) |
Copy-ready code
/* CSS */
color: #af8eed;
background-color: #af8eed;
/* Tailwind (arbitrary) */
class="text-[#af8eed] bg-[#af8eed]"
/* SCSS */
$brand: #af8eed;
/* SwiftUI */
Color(red: 0.686, green: 0.557, blue: 0.929)
/* Android */
Color.parseColor("#af8eed")Accessibility — WCAG contrast
Aa
#af8eed on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8eed on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.7%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta40.1%
Yellow0.0%
Key (black)7.1%
Color previews
#af8eed text on a black background
contrast 7.91:1
Card sample
#af8eed text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8eed;
Background color
Panel with #af8eed background
background-color: #af8eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 142, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 142, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8eed; background: linear-gradient(135deg, #af8eed, #ED8EEC);