#ad7ecf
a light, vivid violet · warm · closest name: plum
RGB
173, 126, 207
HSL
275°, 46%, 65%
CMYK
16, 39, 0, 19
Luminance
0.2831
Every format
| HEX | #ad7ecf |
| RGB | rgb(173, 126, 207) |
| HSL | hsl(275, 46%, 65%) |
| CMYK | cmyk(16%, 39%, 0%, 19%) |
| LAB | lab(60.2 33.3 -35.0) |
| LCH | lch(60.2 48.3 313.6) |
| OKLCH | oklch(0.670 0.126 310.0) |
Copy-ready code
/* CSS */
color: #ad7ecf;
background-color: #ad7ecf;
/* Tailwind (arbitrary) */
class="text-[#ad7ecf] bg-[#ad7ecf]"
/* SCSS */
$brand: #ad7ecf;
/* SwiftUI */
Color(red: 0.678, green: 0.494, blue: 0.812)
/* Android */
Color.parseColor("#ad7ecf")Accessibility — WCAG contrast
Aa
#ad7ecf on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad7ecf on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green49.4%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta39.1%
Yellow0.0%
Key (black)18.8%
Color previews
#ad7ecf text on a black background
contrast 6.66:1
Card sample
#ad7ecf text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad7ecf;
Background color
Panel with #ad7ecf background
background-color: #ad7ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad7ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 126, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 126, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad7ecf; background: linear-gradient(135deg, #ad7ecf, #CF7EBB);