Lavender
#E8DEFC
PurpleColor Codes
All color formats for development
HEX
#E8DEFCRGB
rgb(232, 222, 252)HSL
hsl(260, 83%, 93%)OKLCH
oklch(0.918 0.042 300.8)CMYK
cmyk(8%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CAB3F8
2#AC88F4
3#8D5CF0
4#6F31EC
5#5614D9
6#4510AE
7#330C82
8#220857
9#11042B
Tints
Lighter variations
1#EAE2FC
2#EDE5FD
3#EFE8FD
4#F1EBFD
5#F4EFFD
6#F6F2FE
7#F8F5FE
8#FAF8FE
9#FDFCFF
Tones
Muted variations
1#E9E0FA
2#E9E1F9
3#EAE3F8
4#EAE4F6
5#EBE6F5
6#EBE7F3
7#ECE9F2
8#ECEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DE #E8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C2 #D5C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B494 #B494F5 | BordersInactive statesPlaceholder text |
| 400 | 8D5C #8D5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 6D2D #6D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5113 #5113CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 410F #410FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0B #2E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E07 #1E074B | Primary textHigh emphasis contentDark headings |
| 950 | 1204 #12042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F1FE;
--lavender-100: #E8DEFC;
--lavender-200: #D5C2F9;
--lavender-300: #B494F5;
--lavender-400: #8D5CF0;
--lavender-500: #6D2DEB;
--lavender-600: #5113CD;
--lavender-700: #410FA3;
--lavender-800: #2E0B75;
--lavender-900: #1E074B;
--lavender-950: #12042F;
}