Lavender
#D5DFE6
BlueColor Codes
All color formats for development
HEX
#D5DFE6RGB
rgb(213, 223, 230)HSL
hsl(205, 25%, 87%)OKLCH
oklch(0.898 0.014 238)CMYK
cmyk(7%, 3%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BACAD5
2#9EB5C5
3#829FB4
4#678AA4
5#53748B
6#435C6F
7#324553
8#212E37
9#11171C
Tints
Lighter variations
1#DAE2E9
2#DEE6EB
3#E2E9EE
4#E6ECF0
5#EAEFF3
6#EEF2F5
7#F3F5F8
8#F7F9FA
9#FBFCFD
Tones
Muted variations
1#D6DFE5
2#D7DFE4
3#D8DFE4
4#D9DFE3
5#DADFE2
6#DBDEE1
7#DBDEE0
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 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DF #D6DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C7 #B6C7D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA9 #8FA9BC | Disabled statesSecondary iconsMuted text |
| 500 | 7091 #7091A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5475 #54758C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435D #435D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3042 #304250 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2B #1F2B33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F8F9;
--lavender-100: #E9EEF2;
--lavender-200: #D6DFE6;
--lavender-300: #B6C7D3;
--lavender-400: #8FA9BC;
--lavender-500: #7091A9;
--lavender-600: #54758C;
--lavender-700: #435D70;
--lavender-800: #304250;
--lavender-900: #1F2B33;
--lavender-950: #131B20;
}