Lavender
#E8EBF2
BlueColor Codes
All color formats for development
HEX
#E8EBF2RGB
rgb(232, 235, 242)HSL
hsl(222, 28%, 93%)OKLCH
oklch(0.94 0.01 267.4)CMYK
cmyk(4%, 3%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CAD1E1
2#ABB6D0
3#8D9CBF
4#6F82AE
5#556998
6#445479
7#333F5B
8#222A3D
9#11151E
Tints
Lighter variations
1#EAEDF3
2#EDEFF5
3#EFF1F6
4#F1F3F7
5#F4F5F9
6#F6F7FA
7#F8F9FB
8#FAFBFC
9#FDFDFE
Tones
Muted variations
1#E9EBF2
2#E9ECF1
3#EAECF1
4#EAECF0
5#EBECF0
6#EBECEF
7#ECEDEF
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 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BE #B4BED5 | BordersInactive statesPlaceholder text |
| 400 | 8D9C #8D9CBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C7F #6C7FAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5164 #516490 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 404F #404F72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E39 #2E3952 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D24 #1D2434 | Primary textHigh emphasis contentDark headings |
| 950 | 1217 #121721 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F6F9;
--lavender-100: #E8EBF2;
--lavender-200: #D5DAE7;
--lavender-300: #B4BED5;
--lavender-400: #8D9CBF;
--lavender-500: #6C7FAC;
--lavender-600: #516490;
--lavender-700: #404F72;
--lavender-800: #2E3952;
--lavender-900: #1D2434;
--lavender-950: #121721;
}