#af8eef
a light, electric violet · warm · closest name: plum
RGB
175, 142, 239
HSL
260°, 75%, 75%
CMYK
27, 41, 0, 6
Luminance
0.3469
Every format
| HEX | #af8eef |
| RGB | rgb(175, 142, 239) |
| HSL | hsl(260, 75%, 75%) |
| CMYK | cmyk(27%, 41%, 0%, 6%) |
| LAB | lab(65.5 32.3 -44.4) |
| LCH | lch(65.5 54.9 306.0) |
| OKLCH | oklch(0.716 0.141 298.5) |
Copy-ready code
/* CSS */
color: #af8eef;
background-color: #af8eef;
/* Tailwind (arbitrary) */
class="text-[#af8eef] bg-[#af8eef]"
/* SCSS */
$brand: #af8eef;
/* SwiftUI */
Color(red: 0.686, green: 0.557, blue: 0.937)
/* Android */
Color.parseColor("#af8eef")Accessibility — WCAG contrast
Aa
#af8eef on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8eef on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.7%
Blue93.7%
CMYK percentages
Cyan26.8%
Magenta40.6%
Yellow0.0%
Key (black)6.3%
Color previews
#af8eef text on a black background
contrast 7.94:1
Card sample
#af8eef text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8eef;
Background color
Panel with #af8eef background
background-color: #af8eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 142, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 142, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8eef; background: linear-gradient(135deg, #af8eef, #EF8EEE);