Lavender
#D5DFE7
BlueColor Codes
All color formats for development
HEX
#D5DFE7RGB
rgb(213, 223, 231)HSL
hsl(207, 27%, 87%)OKLCH
oklch(0.898 0.015 241.8)CMYK
cmyk(8%, 3%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B9C9D7
2#9DB4C6
3#809EB6
4#6488A6
5#51728D
6#415B71
7#314455
8#202E38
9#10171C
Tints
Lighter variations
1#D9E2E9
2#DDE5EC
3#E2E8EE
4#E6ECF0
5#EAEFF3
6#EEF2F5
7#F2F5F8
8#F7F9FA
9#FBFCFD
Tones
Muted variations
1#D6DFE6
2#D7DFE5
3#D8DEE4
4#D8DEE3
5#D9DEE2
6#DADEE1
7#DBDEE1
8#DCDEE0
9#DDDEDF
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 | D5DF #D5DFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C6 #B5C6D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA8 #8EA8BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D8F #6D8FAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5273 #52738E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415C #415C71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F41 #2F4151 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2A #1E2A34 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F8F9;
--lavender-100: #E8EEF2;
--lavender-200: #D5DFE7;
--lavender-300: #B5C6D4;
--lavender-400: #8EA8BE;
--lavender-500: #6D8FAB;
--lavender-600: #52738E;
--lavender-700: #415C71;
--lavender-800: #2F4151;
--lavender-900: #1E2A34;
--lavender-950: #131A20;
}