Lavender
#E6DCFF
PurpleColor Codes
All color formats for development
HEX
#E6DCFFRGB
rgb(230, 220, 255)HSL
hsl(257, 100%, 93%)OKLCH
oklch(0.913 0.048 298.5)CMYK
cmyk(10%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C3ACFF
2#A17CFF
3#7F4DFF
4#5D1EFF
5#4300ED
6#3600BE
7#28008E
8#1B005F
9#0D002F
Tints
Lighter variations
1#E8DFFF
2#EBE2FF
3#EDE6FF
4#F0EAFF
5#F2EDFF
6#F5F1FF
7#F7F4FF
8#FAF8FF
9#FCFBFF
Tones
Muted variations
1#E6DDFD
2#E7DFFB
3#E8E1FA
4#E9E2F8
5#E9E4F6
6#EAE6F4
7#EBE8F3
8#ECEAF1
9#ECEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DB #E5DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBD #CFBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8A #AB8AFF | BordersInactive statesPlaceholder text |
| 400 | 7F4D #7F4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 5B1A #5B1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4000 #4000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3300 #3300B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2400 #240080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1700 #170052 | Primary textHigh emphasis contentDark headings |
| 950 | 0E00 #0E0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F0FF;
--lavender-100: #E5DBFF;
--lavender-200: #CFBDFF;
--lavender-300: #AB8AFF;
--lavender-400: #7F4DFF;
--lavender-500: #5B1AFF;
--lavender-600: #4000E0;
--lavender-700: #3300B3;
--lavender-800: #240080;
--lavender-900: #170052;
--lavender-950: #0E0033;
}