#af8ee9
a light, vivid violet · warm · closest name: plum
RGB
175, 142, 233
HSL
262°, 67%, 74%
CMYK
25, 39, 0, 9
Luminance
0.3434
Every format
| HEX | #af8ee9 |
| RGB | rgb(175, 142, 233) |
| HSL | hsl(262, 67%, 74%) |
| CMYK | cmyk(25%, 39%, 0%, 9%) |
| LAB | lab(65.2 30.9 -41.5) |
| LCH | lch(65.2 51.7 306.6) |
| OKLCH | oklch(0.713 0.133 299.7) |
Copy-ready code
/* CSS */
color: #af8ee9;
background-color: #af8ee9;
/* Tailwind (arbitrary) */
class="text-[#af8ee9] bg-[#af8ee9]"
/* SCSS */
$brand: #af8ee9;
/* SwiftUI */
Color(red: 0.686, green: 0.557, blue: 0.914)
/* Android */
Color.parseColor("#af8ee9")Accessibility — WCAG contrast
Aa
#af8ee9 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8ee9 on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.7%
Blue91.4%
CMYK percentages
Cyan24.9%
Magenta39.1%
Yellow0.0%
Key (black)8.6%
Color previews
#af8ee9 text on a black background
contrast 7.87:1
Card sample
#af8ee9 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8ee9;
Background color
Panel with #af8ee9 background
background-color: #af8ee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8ee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 142, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 142, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8ee9; background: linear-gradient(135deg, #af8ee9, #E98EE6);