Lavender
#E8EAF2
BlueColor Codes
All color formats for development
HEX
#E8EAF2RGB
rgb(232, 234, 242)HSL
hsl(228, 28%, 93%)OKLCH
oklch(0.938 0.011 274.9)CMYK
cmyk(4%, 3%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CACEE1
2#ABB3D0
3#8D97BF
4#6F7BAE
5#556398
6#444F79
7#333B5B
8#22273D
9#11141E
Tints
Lighter variations
1#EAECF3
2#EDEEF5
3#EFF0F6
4#F1F2F7
5#F4F5F9
6#F6F7FA
7#F8F9FB
8#FAFBFC
9#FDFDFE
Tones
Muted variations
1#E9EAF2
2#E9EBF1
3#EAEBF1
4#EAEBF0
5#EBECF0
6#EBECEF
7#ECECEF
8#ECEDEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D8 #D5D8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BA #B4BAD5 | BordersInactive statesPlaceholder text |
| 400 | 8D97 #8D97BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C79 #6C79AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 515D #515D90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 404A #404A72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E35 #2E3552 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D22 #1D2234 | Primary textHigh emphasis contentDark headings |
| 950 | 1215 #121521 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F6F9;
--lavender-100: #E8EAF2;
--lavender-200: #D5D8E7;
--lavender-300: #B4BAD5;
--lavender-400: #8D97BF;
--lavender-500: #6C79AC;
--lavender-600: #515D90;
--lavender-700: #404A72;
--lavender-800: #2E3552;
--lavender-900: #1D2234;
--lavender-950: #121521;
}