#af8fee
a light, vivid violet · warm · closest name: plum
RGB
175, 143, 238
HSL
260°, 74%, 75%
CMYK
27, 40, 0, 7
Luminance
0.3493
Every format
| HEX | #af8fee |
| RGB | rgb(175, 143, 238) |
| HSL | hsl(260, 74%, 75%) |
| CMYK | cmyk(27%, 40%, 0%, 7%) |
| LAB | lab(65.7 31.5 -43.6) |
| LCH | lch(65.7 53.8 305.9) |
| OKLCH | oklch(0.717 0.138 298.4) |
Copy-ready code
/* CSS */
color: #af8fee;
background-color: #af8fee;
/* Tailwind (arbitrary) */
class="text-[#af8fee] bg-[#af8fee]"
/* SCSS */
$brand: #af8fee;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.933)
/* Android */
Color.parseColor("#af8fee")Accessibility — WCAG contrast
Aa
#af8fee on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8fee on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta39.9%
Yellow0.0%
Key (black)6.7%
Color previews
#af8fee text on a black background
contrast 7.99:1
Card sample
#af8fee text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8fee;
Background color
Panel with #af8fee background
background-color: #af8fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8fee; background: linear-gradient(135deg, #af8fee, #EE8FEE);