Lavender
#EBDFFB
PurpleColor Codes
All color formats for development
HEX
#EBDFFBRGB
rgb(235, 223, 251)HSL
hsl(266, 78%, 93%)OKLCH
oklch(0.922 0.04 305)CMYK
cmyk(6%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D1B5F6
2#B78BF1
3#9D61EB
4#8336E6
5#6A1AD3
6#5515A9
7#40107F
8#2A0A54
9#15052A
Tints
Lighter variations
1#EDE2FB
2#EFE6FC
3#F1E9FC
4#F3ECFD
5#F5EFFD
6#F7F2FD
7#F9F5FE
8#FBF9FE
9#FDFCFF
Tones
Muted variations
1#EBE1FA
2#ECE2F8
3#ECE3F7
4#ECE5F6
5#ECE6F4
6#ECE8F3
7#EDE9F1
8#EDEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC4 #DAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BE97 #BE97F2 | BordersInactive statesPlaceholder text |
| 400 | 9C60 #9C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 8033 #8033E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6519 #6519C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5014 #50149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 390E #390E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2509 #250949 | Primary textHigh emphasis contentDark headings |
| 950 | 1706 #17062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F1FD;
--lavender-100: #EBDFFB;
--lavender-200: #DAC4F8;
--lavender-300: #BE97F2;
--lavender-400: #9C60EB;
--lavender-500: #8033E6;
--lavender-600: #6519C8;
--lavender-700: #50149F;
--lavender-800: #390E71;
--lavender-900: #250949;
--lavender-950: #17062D;
}