Lavender
#D4DFE7
BlueColor Codes
All color formats for development
HEX
#D4DFE7RGB
rgb(212, 223, 231)HSL
hsl(205, 28%, 87%)OKLCH
oklch(0.898 0.016 239.1)CMYK
cmyk(8%, 3%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8CAD7
2#9CB5C7
3#7FA0B7
4#638BA7
5#50748E
6#405D72
7#304655
8#202E39
9#10171C
Tints
Lighter variations
1#D9E3EA
2#DDE6EC
3#E1E9EE
4#E6ECF1
5#EAEFF3
6#EEF2F5
7#F2F6F8
8#F7F9FA
9#FBFCFD
Tones
Muted variations
1#D5DFE6
2#D6DFE5
3#D7DFE4
4#D8DFE3
5#D9DFE2
6#DADEE2
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 | B4C7 #B4C7D5 | BordersInactive statesPlaceholder text |
| 400 | 8DAA #8DAABF | Disabled statesSecondary iconsMuted text |
| 500 | 6C92 #6C92AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5175 #517590 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 405D #405D72 | 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: #D5DFE7;
--lavender-300: #B4C7D5;
--lavender-400: #8DAABF;
--lavender-500: #6C92AC;
--lavender-600: #517590;
--lavender-700: #405D72;
--lavender-800: #2E4352;
--lavender-900: #1D2B34;
--lavender-950: #121B21;
}