Lavender
#E8DFFB
PurpleColor Codes
All color formats for development
HEX
#E8DFFBRGB
rgb(232, 223, 251)HSL
hsl(259, 78%, 93%)OKLCH
oklch(0.919 0.039 300.3)CMYK
cmyk(8%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CAB5F6
2#AB8BF1
3#8D61EB
4#6E36E6
5#551AD3
6#4415A9
7#33107F
8#220A54
9#11052A
Tints
Lighter variations
1#EAE2FB
2#EDE6FC
3#EFE9FC
4#F1ECFD
5#F4EFFD
6#F6F2FD
7#F8F5FE
8#FAF9FE
9#FDFCFF
Tones
Muted variations
1#E9E1FA
2#E9E2F8
3#EAE3F7
4#EAE5F6
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 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C4 #D4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B497 #B497F2 | BordersInactive statesPlaceholder text |
| 400 | 8C60 #8C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 6B33 #6B33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5019 #5019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4014 #40149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0E #2E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D09 #1D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F1FD;
--lavender-100: #E8DFFB;
--lavender-200: #D4C4F8;
--lavender-300: #B497F2;
--lavender-400: #8C60EB;
--lavender-500: #6B33E6;
--lavender-600: #5019C8;
--lavender-700: #40149F;
--lavender-800: #2E0E71;
--lavender-900: #1D0949;
--lavender-950: #12062D;
}