Lavender
#E8E9F2
BlueColor Codes
All color formats for development
HEX
#E8E9F2RGB
rgb(232, 233, 242)HSL
hsl(234, 28%, 93%)OKLCH
oklch(0.936 0.012 281.1)CMYK
cmyk(4%, 4%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CACCE1
2#ABAFD0
3#8D92BF
4#6F75AE
5#555C98
6#444A79
7#33375B
8#22253D
9#11121E
Tints
Lighter variations
1#EAEBF3
2#EDEEF5
3#EFF0F6
4#F1F2F7
5#F4F4F9
6#F6F6FA
7#F8F8FB
8#FAFBFC
9#FDFDFE
Tones
Muted variations
1#E9EAF2
2#E9EAF1
3#EAEAF1
4#EAEBF0
5#EBEBF0
6#EBECEF
7#ECECEF
8#ECECEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D6 #D5D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B7 #B4B7D5 | BordersInactive statesPlaceholder text |
| 400 | 8D92 #8D92BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C73 #6C73AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5157 #515790 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4045 #404572 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E31 #2E3152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D20 #1D2034 | Primary textHigh emphasis contentDark headings |
| 950 | 1214 #121421 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F6F9;
--lavender-100: #E8E9F2;
--lavender-200: #D5D6E7;
--lavender-300: #B4B7D5;
--lavender-400: #8D92BF;
--lavender-500: #6C73AC;
--lavender-600: #515790;
--lavender-700: #404572;
--lavender-800: #2E3152;
--lavender-900: #1D2034;
--lavender-950: #121421;
}