#af7ecd
a balanced, soft violet · warm · closest name: plum
RGB
175, 126, 205
HSL
277°, 44%, 65%
CMYK
15, 39, 0, 20
Luminance
0.2844
Every format
| HEX | #af7ecd |
| RGB | rgb(175, 126, 205) |
| HSL | hsl(277, 44%, 65%) |
| CMYK | cmyk(15%, 39%, 0%, 20%) |
| LAB | lab(60.3 33.5 -33.6) |
| LCH | lch(60.3 47.5 314.8) |
| OKLCH | oklch(0.671 0.125 311.8) |
Copy-ready code
/* CSS */
color: #af7ecd;
background-color: #af7ecd;
/* Tailwind (arbitrary) */
class="text-[#af7ecd] bg-[#af7ecd]"
/* SCSS */
$brand: #af7ecd;
/* SwiftUI */
Color(red: 0.686, green: 0.494, blue: 0.804)
/* Android */
Color.parseColor("#af7ecd")Accessibility — WCAG contrast
Aa
#af7ecd on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7ecd on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.4%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta38.5%
Yellow0.0%
Key (black)19.6%
Color previews
#af7ecd text on a black background
contrast 6.69:1
Card sample
#af7ecd text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ecd;
Background color
Panel with #af7ecd background
background-color: #af7ecd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ecd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 126, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 126, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ecd; background: linear-gradient(135deg, #af7ecd, #CD7EB6);