#ad94b7
a balanced, soft violet · warm · closest name: plum
RGB
173, 148, 183
HSL
283°, 20%, 65%
CMYK
6, 19, 0, 28
Luminance
0.3348
Every format
| HEX | #ad94b7 |
| RGB | rgb(173, 148, 183) |
| HSL | hsl(283, 20%, 65%) |
| CMYK | cmyk(6%, 19%, 0%, 28%) |
| LAB | lab(64.5 15.8 -14.7) |
| LCH | lch(64.5 21.6 317.0) |
| OKLCH | oklch(0.701 0.058 316.3) |
Copy-ready code
/* CSS */
color: #ad94b7;
background-color: #ad94b7;
/* Tailwind (arbitrary) */
class="text-[#ad94b7] bg-[#ad94b7]"
/* SCSS */
$brand: #ad94b7;
/* SwiftUI */
Color(red: 0.678, green: 0.580, blue: 0.718)
/* Android */
Color.parseColor("#ad94b7")Accessibility — WCAG contrast
Aa
#ad94b7 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad94b7 on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green58.0%
Blue71.8%
CMYK percentages
Cyan5.5%
Magenta19.1%
Yellow0.0%
Key (black)28.2%
Color previews
#ad94b7 text on a black background
contrast 7.70:1
Card sample
#ad94b7 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad94b7;
Background color
Panel with #ad94b7 background
background-color: #ad94b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad94b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 148, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 148, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad94b7; background: linear-gradient(135deg, #ad94b7, #B794AA);