Lavender
#EBDCFF
PurpleColor Codes
All color formats for development
HEX
#EBDCFFRGB
rgb(235, 220, 255)HSL
hsl(266, 100%, 93%)OKLCH
oklch(0.917 0.05 304.8)CMYK
cmyk(8%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D0ACFF
2#B57CFF
3#9A4DFF
4#7F1EFF
5#6700ED
6#5200BE
7#3E008E
8#29005F
9#15002F
Tints
Lighter variations
1#EDDFFF
2#EFE2FF
3#F1E6FF
4#F3EAFF
5#F5EDFF
6#F7F1FF
7#F9F4FF
8#FBF8FF
9#FDFBFF
Tones
Muted variations
1#EBDDFD
2#EBDFFB
3#EBE1FA
4#ECE2F8
5#ECE4F6
6#ECE6F4
7#ECE8F3
8#EDEAF1
9#EDEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDB #EBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9BD #D9BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | BD8A #BD8AFF | BordersInactive statesPlaceholder text |
| 400 | 9A4D #9A4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 7D1A #7D1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6100 #6100E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D00 #4D00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3700 #370080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2300 #230052 | Primary textHigh emphasis contentDark headings |
| 950 | 1600 #160033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F0FF;
--lavender-100: #EBDBFF;
--lavender-200: #D9BDFF;
--lavender-300: #BD8AFF;
--lavender-400: #9A4DFF;
--lavender-500: #7D1AFF;
--lavender-600: #6100E0;
--lavender-700: #4D00B3;
--lavender-800: #370080;
--lavender-900: #230052;
--lavender-950: #160033;
}