Lavender
#E9DCFE
PurpleColor Codes
All color formats for development
HEX
#E9DCFERGB
rgb(233, 220, 254)HSL
hsl(263, 94%, 93%)OKLCH
oklch(0.915 0.048 302.8)CMYK
cmyk(8%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CCAEFD
2#AF80FB
3#9252FA
4#7624F8
5#5D07E6
6#4A06B8
7#38048A
8#25035C
9#13012E
Tints
Lighter variations
1#EBE0FE
2#EEE3FE
3#F0E7FE
4#F2EAFE
5#F4EEFE
6#F6F1FF
7#F8F5FF
8#FBF8FF
9#FDFCFF
Tones
Muted variations
1#EADEFC
2#EAE0FB
3#EAE1F9
4#EBE3F7
5#EBE5F6
6#ECE6F4
7#ECE8F2
8#ECEAF1
9#EDEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BF #D7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B78D #B78DFB | BordersInactive statesPlaceholder text |
| 400 | 9252 #9252FA | Disabled statesSecondary iconsMuted text |
| 500 | 7320 #7320F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5807 #5807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4605 #4605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3204 #32047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2002 #20024F | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F0FF;
--lavender-100: #E9DCFE;
--lavender-200: #D7BFFD;
--lavender-300: #B78DFB;
--lavender-400: #9252FA;
--lavender-500: #7320F8;
--lavender-600: #5807DA;
--lavender-700: #4605AD;
--lavender-800: #32047C;
--lavender-900: #20024F;
--lavender-950: #140231;
}