#af5ded
a balanced, electric violet · warm · closest name: slateblue
RGB
175, 93, 237
HSL
274°, 80%, 65%
CMYK
26, 61, 0, 7
Luminance
0.2306
Every format
| HEX | #af5ded |
| RGB | rgb(175, 93, 237) |
| HSL | hsl(274, 80%, 65%) |
| CMYK | cmyk(26%, 61%, 0%, 7%) |
| LAB | lab(55.1 58.1 -59.8) |
| LCH | lch(55.1 83.3 314.2) |
| OKLCH | oklch(0.638 0.213 307.7) |
Copy-ready code
/* CSS */
color: #af5ded;
background-color: #af5ded;
/* Tailwind (arbitrary) */
class="text-[#af5ded] bg-[#af5ded]"
/* SCSS */
$brand: #af5ded;
/* SwiftUI */
Color(red: 0.686, green: 0.365, blue: 0.929)
/* Android */
Color.parseColor("#af5ded")Accessibility — WCAG contrast
Aa
#af5ded on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ded on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.5%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta60.8%
Yellow0.0%
Key (black)7.1%
Color previews
#af5ded text on a black background
contrast 5.61:1
Card sample
#af5ded text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ded;
Background color
Panel with #af5ded background
background-color: #af5ded;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ded;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 93, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 93, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ded; background: linear-gradient(135deg, #af5ded, #ED5DCB);