Lavender
#E8EEF2
BlueColor Codes
All color formats for development
HEX
#E8EEF2RGB
rgb(232, 238, 242)HSL
hsl(204, 28%, 93%)OKLCH
oklch(0.946 0.008 236.6)CMYK
cmyk(4%, 2%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CAD8E1
2#ABC1D0
3#8DABBF
4#6F95AE
5#557D98
6#446479
7#334B5B
8#22323D
9#11191E
Tints
Lighter variations
1#EAF0F3
2#EDF2F5
3#EFF3F6
4#F1F5F7
5#F4F7F9
6#F6F8FA
7#F8FAFB
8#FAFCFC
9#FDFDFE
Tones
Muted variations
1#E9EEF2
2#E9EEF1
3#EAEEF1
4#EAEEF0
5#EBEEF0
6#EBEEEF
7#ECEDEF
8#ECEDEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E0 #D5E0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C8 #B4C8D5 | BordersInactive statesPlaceholder text |
| 400 | 8DAB #8DABBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C93 #6C93AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5176 #517690 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 405E #405E72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E43 #2E4352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2B #1D2B34 | Primary textHigh emphasis contentDark headings |
| 950 | 121B #121B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F8F9;
--lavender-100: #E8EEF2;
--lavender-200: #D5E0E7;
--lavender-300: #B4C8D5;
--lavender-400: #8DABBF;
--lavender-500: #6C93AC;
--lavender-600: #517690;
--lavender-700: #405E72;
--lavender-800: #2E4352;
--lavender-900: #1D2B34;
--lavender-950: #121B21;
}