#af6dec
a light, electric violet · warm · closest name: slateblue
RGB
175, 109, 236
HSL
271°, 77%, 68%
CMYK
26, 54, 0, 8
Luminance
0.2611
Every format
| HEX | #af6dec |
| RGB | rgb(175, 109, 236) |
| HSL | hsl(271, 77%, 68%) |
| CMYK | cmyk(26%, 54%, 0%, 8%) |
| LAB | lab(58.1 49.7 -54.4) |
| LCH | lch(58.1 73.7 312.4) |
| OKLCH | oklch(0.660 0.189 305.9) |
Copy-ready code
/* CSS */
color: #af6dec;
background-color: #af6dec;
/* Tailwind (arbitrary) */
class="text-[#af6dec] bg-[#af6dec]"
/* SCSS */
$brand: #af6dec;
/* SwiftUI */
Color(red: 0.686, green: 0.427, blue: 0.925)
/* Android */
Color.parseColor("#af6dec")Accessibility — WCAG contrast
Aa
#af6dec on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6dec on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.7%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta53.8%
Yellow0.0%
Key (black)7.5%
Color previews
#af6dec text on a black background
contrast 6.22:1
Card sample
#af6dec text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6dec;
Background color
Panel with #af6dec background
background-color: #af6dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 109, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 109, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6dec; background: linear-gradient(135deg, #af6dec, #EC6DD4);