Lavender
#E7DDFD
PurpleColor Codes
All color formats for development
HEX
#E7DDFDRGB
rgb(231, 221, 253)HSL
hsl(259, 89%, 93%)OKLCH
oklch(0.915 0.044 299.8)CMYK
cmyk(9%, 13%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8B0FA
2#A884F8
3#8957F5
4#6A2AF3
5#500DE0
6#400AB3
7#300886
8#20055A
9#10032D
Tints
Lighter variations
1#EAE1FD
2#ECE4FD
3#EEE7FE
4#F1EBFE
5#F3EEFE
6#F6F2FE
7#F8F5FE
8#FAF8FF
9#FDFCFF
Tones
Muted variations
1#E8DFFB
2#E8E0FA
3#E9E2F8
4#EAE4F7
5#EAE5F5
6#EBE7F4
7#EBE8F2
8#ECEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C0 #D3C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B190 #B190F9 | BordersInactive statesPlaceholder text |
| 400 | 8956 #8956F5 | Disabled statesSecondary iconsMuted text |
| 500 | 6726 #6726F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C0C #4C0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C0A #3C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B07 #2B0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B04 #1B044D | Primary textHigh emphasis contentDark headings |
| 950 | 1103 #110330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F1FE;
--lavender-100: #E7DDFD;
--lavender-200: #D3C0FB;
--lavender-300: #B190F9;
--lavender-400: #8956F5;
--lavender-500: #6726F2;
--lavender-600: #4C0CD4;
--lavender-700: #3C0AA9;
--lavender-800: #2B0778;
--lavender-900: #1B044D;
--lavender-950: #110330;
}