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