Lavender
#E0C1FB
PurpleColor Codes
All color formats for development
HEX
#E0C1FBRGB
rgb(224, 193, 251)HSL
hsl(272, 88%, 87%)OKLCH
oklch(0.856 0.086 308.8)CMYK
cmyk(11%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CB97F8
2#B66DF6
3#A144F3
4#8C1AF0
5#750DD1
6#5E0BA7
7#46087D
8#2F0553
9#17032A
Tints
Lighter variations
1#E3C7FB
2#E6CDFC
3#E9D3FC
4#ECDAFD
5#EFE0FD
6#F3E6FD
7#F6ECFE
8#F9F3FE
9#FCF9FF
Tones
Muted variations
1#E0C4F8
2#DFC7F5
3#DFC9F2
4#DFCCEF
5#DFCFEC
6#DFD2EA
7#DED5E7
8#DED8E4
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C1 #E0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C891 #C891F8 | BordersInactive statesPlaceholder text |
| 400 | AB57 #AB57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 9327 #9327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 770D #770DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E0B #5E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4308 #430878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B05 #2B054D | Primary textHigh emphasis contentDark headings |
| 950 | 1B03 #1B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F1FE;
--lavender-100: #EEDDFD;
--lavender-200: #E0C1FB;
--lavender-300: #C891F8;
--lavender-400: #AB57F4;
--lavender-500: #9327F1;
--lavender-600: #770DD3;
--lavender-700: #5E0BA8;
--lavender-800: #430878;
--lavender-900: #2B054D;
--lavender-950: #1B0330;
}