Color #B37DE8
#B37DE8rgb(179, 125, 232)
Color Codes
HEX#B37DE8
RGBrgb(179, 125, 232)
HSLhsl(270°, 70%, 70%)
CMYKcmyk(23%, 46%, 0%, 9%)
CIELABLab(61.7, 41.2, -46.5)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #B37DE8;color: #B37DE8;border: 2px solid #B37DE8;background: linear-gradient(135deg, #B37DE8, #b2e87d);Code Export
css
:root {
--color-primary: #b37de8;
--color-primary-rgb: 179, 125, 232;
--color-primary-hsl: 270, 70%, 70%;
}