Lavender
#EBDEFC
PurpleColor Codes
All color formats for development
HEX
#EBDEFCRGB
rgb(235, 222, 252)HSL
hsl(266, 83%, 93%)OKLCH
oklch(0.92 0.043 305.1)CMYK
cmyk(7%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D1B3F8
2#B688F4
3#9C5CF0
4#8231EC
5#6914D9
6#5410AE
7#3F0C82
8#2A0857
9#15042B
Tints
Lighter variations
1#EDE2FC
2#EFE5FD
3#F1E8FD
4#F3EBFD
5#F5EFFD
6#F7F2FE
7#F9F5FE
8#FBF8FE
9#FDFCFF
Tones
Muted variations
1#EBE0FA
2#ECE1F9
3#ECE3F8
4#ECE4F6
5#ECE6F5
6#ECE7F3
7#EDE9F2
8#EDEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDE #EBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC2 #DAC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE94 #BE94F5 | BordersInactive statesPlaceholder text |
| 400 | 9C5C #9C5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 802D #802DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 6413 #6413CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F0F #4F0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390B #390B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2407 #24074B | Primary textHigh emphasis contentDark headings |
| 950 | 1704 #17042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F1FE;
--lavender-100: #EBDEFC;
--lavender-200: #DAC2F9;
--lavender-300: #BE94F5;
--lavender-400: #9C5CF0;
--lavender-500: #802DEB;
--lavender-600: #6413CD;
--lavender-700: #4F0FA3;
--lavender-800: #390B75;
--lavender-900: #24074B;
--lavender-950: #17042F;
}