#af79ee
a light, electric violet · warm · closest name: slateblue
RGB
175, 121, 238
HSL
268°, 78%, 70%
CMYK
27, 49, 0, 7
Luminance
0.2896
Every format
| HEX | #af79ee |
| RGB | rgb(175, 121, 238) |
| HSL | hsl(268, 78%, 70%) |
| CMYK | cmyk(27%, 49%, 0%, 7%) |
| LAB | lab(60.8 43.7 -51.4) |
| LCH | lch(60.8 67.5 310.4) |
| OKLCH | oklch(0.680 0.173 303.4) |
Copy-ready code
/* CSS */
color: #af79ee;
background-color: #af79ee;
/* Tailwind (arbitrary) */
class="text-[#af79ee] bg-[#af79ee]"
/* SCSS */
$brand: #af79ee;
/* SwiftUI */
Color(red: 0.686, green: 0.475, blue: 0.933)
/* Android */
Color.parseColor("#af79ee")Accessibility — WCAG contrast
Aa
#af79ee on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af79ee on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.5%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta49.2%
Yellow0.0%
Key (black)6.7%
Color previews
#af79ee text on a black background
contrast 6.79:1
Card sample
#af79ee text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af79ee;
Background color
Panel with #af79ee background
background-color: #af79ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af79ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 121, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 121, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af79ee; background: linear-gradient(135deg, #af79ee, #EE79DF);