#af7ccc
a balanced, soft violet · warm · closest name: plum
RGB
175, 124, 204
HSL
278°, 44%, 64%
CMYK
14, 39, 0, 20
Luminance
0.2789
Every format
| HEX | #af7ccc |
| RGB | rgb(175, 124, 204) |
| HSL | hsl(278, 44%, 64%) |
| CMYK | cmyk(14%, 39%, 0%, 20%) |
| LAB | lab(59.8 34.4 -33.9) |
| LCH | lch(59.8 48.2 315.4) |
| OKLCH | oklch(0.667 0.127 312.6) |
Copy-ready code
/* CSS */
color: #af7ccc;
background-color: #af7ccc;
/* Tailwind (arbitrary) */
class="text-[#af7ccc] bg-[#af7ccc]"
/* SCSS */
$brand: #af7ccc;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.800)
/* Android */
Color.parseColor("#af7ccc")Accessibility — WCAG contrast
Aa
#af7ccc on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7ccc on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta39.2%
Yellow0.0%
Key (black)20.0%
Color previews
#af7ccc text on a black background
contrast 6.58:1
Card sample
#af7ccc text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ccc;
Background color
Panel with #af7ccc background
background-color: #af7ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ccc; background: linear-gradient(135deg, #af7ccc, #CC7CB4);