#af7cd0
a light, vivid violet · warm · closest name: plum
RGB
175, 124, 208
HSL
276°, 47%, 65%
CMYK
16, 40, 0, 18
Luminance
0.2808
Every format
| HEX | #af7cd0 |
| RGB | rgb(175, 124, 208) |
| HSL | hsl(276, 47%, 65%) |
| CMYK | cmyk(16%, 40%, 0%, 18%) |
| LAB | lab(60.0 35.2 -35.8) |
| LCH | lch(60.0 50.3 314.5) |
| OKLCH | oklch(0.669 0.132 311.1) |
Copy-ready code
/* CSS */
color: #af7cd0;
background-color: #af7cd0;
/* Tailwind (arbitrary) */
class="text-[#af7cd0] bg-[#af7cd0]"
/* SCSS */
$brand: #af7cd0;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.816)
/* Android */
Color.parseColor("#af7cd0")Accessibility — WCAG contrast
Aa
#af7cd0 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7cd0 on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue81.6%
CMYK percentages
Cyan15.9%
Magenta40.4%
Yellow0.0%
Key (black)18.4%
Color previews
#af7cd0 text on a black background
contrast 6.62:1
Card sample
#af7cd0 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7cd0;
Background color
Panel with #af7cd0 background
background-color: #af7cd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7cd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7cd0; background: linear-gradient(135deg, #af7cd0, #D07CB9);