Lavender
#E1DCFF
BlueColor Codes
All color formats for development
HEX
#E1DCFFRGB
rgb(225, 220, 255)HSL
hsl(249, 100%, 93%)OKLCH
oklch(0.909 0.048 292)CMYK
cmyk(12%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8ACFF
2#907CFF
3#684DFF
4#3F1EFF
5#2400ED
6#1C00BE
7#15008E
8#0E005F
9#07002F
Tints
Lighter variations
1#E4DFFF
2#E7E2FF
3#EAE6FF
4#EDEAFF
5#F0EDFF
6#F3F1FF
7#F6F4FF
8#F9F8FF
9#FCFBFF
Tones
Muted variations
1#E2DDFD
2#E3DFFB
3#E4E1FA
4#E6E2F8
5#E7E4F6
6#E8E6F4
7#E9E8F3
8#EBEAF1
9#ECEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DB #E1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BD #C7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B8A #9B8AFF | BordersInactive statesPlaceholder text |
| 400 | 674D #674DFF | Disabled statesSecondary iconsMuted text |
| 500 | 3C1A #3C1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2200 #2200E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B00 #1B00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1300 #130080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C00 #0C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0800 #080033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F0FF;
--lavender-100: #E1DBFF;
--lavender-200: #C7BDFF;
--lavender-300: #9B8AFF;
--lavender-400: #674DFF;
--lavender-500: #3C1AFF;
--lavender-600: #2200E0;
--lavender-700: #1B00B3;
--lavender-800: #130080;
--lavender-900: #0C0052;
--lavender-950: #080033;
}