Lavender
#EBDDFD
PurpleColor Codes
All color formats for development
HEX
#EBDDFDRGB
rgb(235, 221, 253)HSL
hsl(266, 89%, 93%)OKLCH
oklch(0.918 0.045 305.3)CMYK
cmyk(7%, 13%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D1B0FA
2#B684F8
3#9B57F5
4#812AF3
5#690DE0
6#540AB3
7#3F0886
8#2A055A
9#15032D
Tints
Lighter variations
1#EDE1FD
2#EFE4FD
3#F1E7FE
4#F3EBFE
5#F5EEFE
6#F7F2FE
7#F9F5FE
8#FBF8FF
9#FDFCFF
Tones
Muted variations
1#EBDFFB
2#EBE0FA
3#ECE2F8
4#ECE4F7
5#ECE5F5
6#ECE7F4
7#EDE8F2
8#EDEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDD #EBDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC0 #DAC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BD90 #BD90F9 | BordersInactive statesPlaceholder text |
| 400 | 9B56 #9B56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 7F26 #7F26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 630C #630CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F0A #4F0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3807 #380778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2404 #24044D | Primary textHigh emphasis contentDark headings |
| 950 | 1603 #160330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F1FE;
--lavender-100: #EBDDFD;
--lavender-200: #DAC0FB;
--lavender-300: #BD90F9;
--lavender-400: #9B56F5;
--lavender-500: #7F26F2;
--lavender-600: #630CD4;
--lavender-700: #4F0AA9;
--lavender-800: #380778;
--lavender-900: #24044D;
--lavender-950: #160330;
}