Color #987DE8
#987DE8rgb(152, 125, 232)
Color Codes
HEX#987DE8
RGBrgb(152, 125, 232)
HSLhsl(255°, 70%, 70%)
CMYKcmyk(34%, 46%, 0%, 9%)
CIELABLab(59.1, 34, -50.7)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #987DE8;color: #987DE8;border: 2px solid #987DE8;background: linear-gradient(135deg, #987DE8, #cde87d);Code Export
css
:root {
--color-primary: #987de8;
--color-primary-rgb: 152, 125, 232;
--color-primary-hsl: 255, 70%, 70%;
}