Color #D98CD9
#D98CD9rgb(217, 140, 217)
Color Codes
HEX#D98CD9
RGBrgb(217, 140, 217)
HSLhsl(300°, 50%, 70%)
CMYKcmyk(0%, 35%, 0%, 15%)
CIELABLab(68.4, 41.2, -27.4)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #D98CD9;color: #D98CD9;border: 2px solid #D98CD9;background: linear-gradient(135deg, #D98CD9, #8cd98c);Code Export
css
:root {
--color-primary: #d98cd9;
--color-primary-rgb: 217, 140, 217;
--color-primary-hsl: 300, 50%, 70%;
}