Lavender
#E8E8F2
BlueColor Codes
All color formats for development
HEX
#E8E8F2RGB
rgb(232, 232, 242)HSL
hsl(240, 28%, 93%)OKLCH
oklch(0.934 0.013 286.1)CMYK
cmyk(4%, 4%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CACAE1
2#ABABD0
3#8D8DBF
4#6F6FAE
5#555598
6#444479
7#33335B
8#22223D
9#11111E
Tints
Lighter variations
1#EAEAF3
2#EDEDF5
3#EFEFF6
4#F1F1F7
5#F4F4F9
6#F6F6FA
7#F8F8FB
8#FAFAFC
9#FDFDFE
Tones
Muted variations
1#E9E9F2
2#E9E9F1
3#EAEAF1
4#EAEAF0
5#EBEBF0
6#EBEBEF
7#ECECEF
8#ECECEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B4 #B4B4D5 | BordersInactive statesPlaceholder text |
| 400 | 8D8D #8D8DBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C6C #6C6CAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5151 #515190 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4040 #404072 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E2E #2E2E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1D #1D1D34 | Primary textHigh emphasis contentDark headings |
| 950 | 1212 #121221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F5F9;
--lavender-100: #E8E8F2;
--lavender-200: #D5D5E7;
--lavender-300: #B4B4D5;
--lavender-400: #8D8DBF;
--lavender-500: #6C6CAC;
--lavender-600: #515190;
--lavender-700: #404072;
--lavender-800: #2E2E52;
--lavender-900: #1D1D34;
--lavender-950: #121221;
}