#af85ee
a light, electric violet · warm · closest name: slateblue
RGB
175, 133, 238
HSL
264°, 76%, 73%
CMYK
27, 44, 0, 7
Luminance
0.3206
Every format
| HEX | #af85ee |
| RGB | rgb(175, 133, 238) |
| HSL | hsl(264, 76%, 73%) |
| CMYK | cmyk(27%, 44%, 0%, 7%) |
| LAB | lab(63.4 37.1 -47.2) |
| LCH | lch(63.4 60.0 308.2) |
| OKLCH | oklch(0.700 0.154 301.0) |
Copy-ready code
/* CSS */
color: #af85ee;
background-color: #af85ee;
/* Tailwind (arbitrary) */
class="text-[#af85ee] bg-[#af85ee]"
/* SCSS */
$brand: #af85ee;
/* SwiftUI */
Color(red: 0.686, green: 0.522, blue: 0.933)
/* Android */
Color.parseColor("#af85ee")Accessibility — WCAG contrast
Aa
#af85ee on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af85ee on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.2%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta44.1%
Yellow0.0%
Key (black)6.7%
Color previews
#af85ee text on a black background
contrast 7.41:1
Card sample
#af85ee text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af85ee;
Background color
Panel with #af85ee background
background-color: #af85ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af85ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 133, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 133, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af85ee; background: linear-gradient(135deg, #af85ee, #EE85E7);