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