#af7bcd
a balanced, vivid violet · warm · closest name: plum
RGB
175, 123, 205
HSL
278°, 45%, 64%
CMYK
15, 40, 0, 20
Luminance
0.2769
Every format
| HEX | #af7bcd |
| RGB | rgb(175, 123, 205) |
| HSL | hsl(278, 45%, 64%) |
| CMYK | cmyk(15%, 40%, 0%, 20%) |
| LAB | lab(59.6 35.1 -34.7) |
| LCH | lch(59.6 49.4 315.4) |
| OKLCH | oklch(0.666 0.130 312.4) |
Copy-ready code
/* CSS */
color: #af7bcd;
background-color: #af7bcd;
/* Tailwind (arbitrary) */
class="text-[#af7bcd] bg-[#af7bcd]"
/* SCSS */
$brand: #af7bcd;
/* SwiftUI */
Color(red: 0.686, green: 0.482, blue: 0.804)
/* Android */
Color.parseColor("#af7bcd")Accessibility — WCAG contrast
Aa
#af7bcd on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7bcd on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.2%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta40.0%
Yellow0.0%
Key (black)19.6%
Color previews
#af7bcd text on a black background
contrast 6.54:1
Card sample
#af7bcd text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7bcd;
Background color
Panel with #af7bcd background
background-color: #af7bcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7bcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 123, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 123, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7bcd; background: linear-gradient(135deg, #af7bcd, #CD7BB4);