Color #B38CD9
#B38CD9rgb(179, 140, 217)
Color Codes
HEX#B38CD9
RGBrgb(179, 140, 217)
HSLhsl(270°, 50%, 70%)
CMYKcmyk(18%, 35%, 0%, 15%)
CIELABLab(64.4, 29.5, -33.9)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #B38CD9;color: #B38CD9;border: 2px solid #B38CD9;background: linear-gradient(135deg, #B38CD9, #b2d98c);Code Export
css
:root {
--color-primary: #b38cd9;
--color-primary-rgb: 179, 140, 217;
--color-primary-hsl: 270, 50%, 70%;
}