#af8bee
a light, vivid violet · warm · closest name: slateblue
RGB
175, 139, 238
HSL
262°, 74%, 74%
CMYK
27, 42, 0, 7
Luminance
0.3375
Every format
| HEX | #af8bee |
| RGB | rgb(175, 139, 238) |
| HSL | hsl(262, 74%, 74%) |
| CMYK | cmyk(27%, 42%, 0%, 7%) |
| LAB | lab(64.8 33.7 -45.0) |
| LCH | lch(64.8 56.3 306.8) |
| OKLCH | oklch(0.710 0.144 299.5) |
Copy-ready code
/* CSS */
color: #af8bee;
background-color: #af8bee;
/* Tailwind (arbitrary) */
class="text-[#af8bee] bg-[#af8bee]"
/* SCSS */
$brand: #af8bee;
/* SwiftUI */
Color(red: 0.686, green: 0.545, blue: 0.933)
/* Android */
Color.parseColor("#af8bee")Accessibility — WCAG contrast
Aa
#af8bee on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8bee on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.5%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta41.6%
Yellow0.0%
Key (black)6.7%
Color previews
#af8bee text on a black background
contrast 7.75:1
Card sample
#af8bee text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8bee;
Background color
Panel with #af8bee background
background-color: #af8bee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8bee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 139, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 139, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8bee; background: linear-gradient(135deg, #af8bee, #EE8BEB);