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