#af68ee
a light, electric violet · warm · closest name: slateblue
RGB
175, 104, 238
HSL
272°, 80%, 67%
CMYK
27, 56, 0, 7
Luminance
0.2519
Every format
| HEX | #af68ee |
| RGB | rgb(175, 104, 238) |
| HSL | hsl(272, 80%, 67%) |
| CMYK | cmyk(27%, 56%, 0%, 7%) |
| LAB | lab(57.3 52.8 -56.9) |
| LCH | lch(57.3 77.6 312.8) |
| OKLCH | oklch(0.654 0.199 306.1) |
Copy-ready code
/* CSS */
color: #af68ee;
background-color: #af68ee;
/* Tailwind (arbitrary) */
class="text-[#af68ee] bg-[#af68ee]"
/* SCSS */
$brand: #af68ee;
/* SwiftUI */
Color(red: 0.686, green: 0.408, blue: 0.933)
/* Android */
Color.parseColor("#af68ee")Accessibility — WCAG contrast
Aa
#af68ee on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af68ee on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.8%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta56.3%
Yellow0.0%
Key (black)6.7%
Color previews
#af68ee text on a black background
contrast 6.04:1
Card sample
#af68ee text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af68ee;
Background color
Panel with #af68ee background
background-color: #af68ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af68ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 104, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 104, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af68ee; background: linear-gradient(135deg, #af68ee, #EE68D4);