Lavender
#E1BFFD
PurpleColor Codes
All color formats for development
HEX
#E1BFFDRGB
rgb(225, 191, 253)HSL
hsl(273, 94%, 87%)OKLCH
oklch(0.854 0.092 309.4)CMYK
cmyk(11%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CD94FC
2#B969FA
3#A53EF9
4#9113F8
5#7907D7
6#6105AC
7#490481
8#310356
9#18012B
Tints
Lighter variations
1#E4C5FD
2#E7CCFD
3#EAD2FE
4#EDD8FE
5#F0DFFE
6#F3E5FE
7#F6ECFE
8#F9F2FF
9#FCF9FF
Tones
Muted variations
1#E1C2FA
2#E0C5F7
3#E0C8F4
4#E0CBF1
5#DFCEED
6#DFD1EA
7#DFD5E7
8#DED8E4
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDC #EFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BF #E1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8D #CA8DFB | BordersInactive statesPlaceholder text |
| 400 | AE52 #AE52FA | Disabled statesSecondary iconsMuted text |
| 500 | 9720 #9720F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B07 #7B07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6205 #6205AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4604 #46047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D02 #2D024F | Primary textHigh emphasis contentDark headings |
| 950 | 1C02 #1C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F0FF;
--lavender-100: #EFDCFE;
--lavender-200: #E1BFFD;
--lavender-300: #CA8DFB;
--lavender-400: #AE52FA;
--lavender-500: #9720F8;
--lavender-600: #7B07DA;
--lavender-700: #6205AD;
--lavender-800: #46047C;
--lavender-900: #2D024F;
--lavender-950: #1C0231;
}