#ad679b
a balanced, soft magenta / pink · warm · closest name: plum
RGB
173, 103, 155
HSL
315°, 30%, 54%
CMYK
0, 41, 10, 32
Luminance
0.2095
Every format
| HEX | #ad679b |
| RGB | rgb(173, 103, 155) |
| HSL | hsl(315, 30%, 54%) |
| CMYK | cmyk(0%, 41%, 10%, 32%) |
| LAB | lab(52.9 35.7 -16.3) |
| LCH | lch(52.9 39.3 335.4) |
| OKLCH | oklch(0.608 0.112 337.1) |
Copy-ready code
/* CSS */
color: #ad679b;
background-color: #ad679b;
/* Tailwind (arbitrary) */
class="text-[#ad679b] bg-[#ad679b]"
/* SCSS */
$brand: #ad679b;
/* SwiftUI */
Color(red: 0.678, green: 0.404, blue: 0.608)
/* Android */
Color.parseColor("#ad679b")Accessibility — WCAG contrast
Aa
#ad679b on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad679b on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green40.4%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta40.5%
Yellow10.4%
Key (black)32.2%
Color previews
#ad679b text on a black background
contrast 5.19:1
Card sample
#ad679b text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad679b;
Background color
Panel with #ad679b background
background-color: #ad679b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad679b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 103, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 103, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad679b; background: linear-gradient(135deg, #ad679b, #AD676C);