#af7cbf
a balanced, soft violet · warm · closest name: plum
RGB
175, 124, 191
HSL
286°, 34%, 62%
CMYK
8, 35, 0, 25
Luminance
0.2729
Every format
| HEX | #af7cbf |
| RGB | rgb(175, 124, 191) |
| HSL | hsl(286, 34%, 62%) |
| CMYK | cmyk(8%, 35%, 0%, 25%) |
| LAB | lab(59.2 31.6 -27.3) |
| LCH | lch(59.2 41.8 319.2) |
| OKLCH | oklch(0.661 0.112 317.9) |
Copy-ready code
/* CSS */
color: #af7cbf;
background-color: #af7cbf;
/* Tailwind (arbitrary) */
class="text-[#af7cbf] bg-[#af7cbf]"
/* SCSS */
$brand: #af7cbf;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.749)
/* Android */
Color.parseColor("#af7cbf")Accessibility — WCAG contrast
Aa
#af7cbf on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7cbf on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue74.9%
CMYK percentages
Cyan8.4%
Magenta35.1%
Yellow0.0%
Key (black)25.1%
Color previews
#af7cbf text on a black background
contrast 6.46:1
Card sample
#af7cbf text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7cbf;
Background color
Panel with #af7cbf background
background-color: #af7cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7cbf; background: linear-gradient(135deg, #af7cbf, #BF7CA2);