Lavender
#E9DFFB
PurpleColor Codes
All color formats for development
HEX
#E9DFFBRGB
rgb(233, 223, 251)HSL
hsl(261, 78%, 93%)OKLCH
oklch(0.92 0.039 301.9)CMYK
cmyk(7%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CCB5F6
2#AE8BF1
3#9161EB
4#7436E6
5#5B1AD3
6#4915A9
7#36107F
8#240A54
9#12052A
Tints
Lighter variations
1#EBE2FB
2#EDE6FC
3#F0E9FC
4#F2ECFD
5#F4EFFD
6#F6F2FD
7#F8F5FE
8#FBF9FE
9#FDFCFF
Tones
Muted variations
1#E9E1FA
2#EAE2F8
3#EAE3F7
4#EBE5F6
5#EBE6F4
6#EBE8F3
7#ECE9F1
8#ECEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C4 #D6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B797 #B797F2 | BordersInactive statesPlaceholder text |
| 400 | 9160 #9160EB | Disabled statesSecondary iconsMuted text |
| 500 | 7133 #7133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5619 #5619C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4414 #44149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310E #310E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F09 #1F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F1FD;
--lavender-100: #E9DFFB;
--lavender-200: #D6C4F8;
--lavender-300: #B797F2;
--lavender-400: #9160EB;
--lavender-500: #7133E6;
--lavender-600: #5619C8;
--lavender-700: #44149F;
--lavender-800: #310E71;
--lavender-900: #1F0949;
--lavender-950: #14062D;
}