Color #CBBEF4
#CBBEF4rgb(203, 190, 244)
Color Codes
HEX#CBBEF4
RGBrgb(203, 190, 244)
HSLhsl(254°, 71%, 85%)
CMYKcmyk(17%, 22%, 0%, 4%)
CIELABLab(79.6, 15.1, -25)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #CBBEF4;color: #CBBEF4;border: 2px solid #CBBEF4;background: linear-gradient(135deg, #CBBEF4, #e7f4be);Code Export
css
:root {
--color-primary: #cbbef4;
--color-primary-rgb: 203, 190, 244;
--color-primary-hsl: 254, 71%, 85%;
}