Lavender
#D7DFE5
BlueColor Codes
All color formats for development
HEX
#D7DFE5RGB
rgb(215, 223, 229)HSL
hsl(206, 21%, 87%)OKLCH
oklch(0.899 0.012 239.9)CMYK
cmyk(6%, 3%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCC9D3
2#A1B4C2
3#869EB0
4#6C899F
5#587286
6#465B6B
7#354451
8#232E36
9#12171B
Tints
Lighter variations
1#DBE2E7
2#DFE5EA
3#E3E8ED
4#E7ECEF
5#EBEFF2
6#EFF2F5
7#F3F5F7
8#F7F9FA
9#FBFCFC
Tones
Muted variations
1#D8DFE4
2#D8DFE3
3#D9DEE3
4#DADEE2
5#DADEE1
6#DBDEE1
7#DCDEE0
8#DCDEDF
9#DDDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8C6 #B8C6D1 | BordersInactive statesPlaceholder text |
| 400 | 93A8 #93A8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 748F #748FA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5973 #597388 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475C #475C6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3242 #32424D | Text on light backgroundsHeadingsStrong borders |
| 900 | 202A #202A31 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F8F9;
--lavender-100: #E9EEF1;
--lavender-200: #D7DFE5;
--lavender-300: #B8C6D1;
--lavender-400: #93A8B8;
--lavender-500: #748FA4;
--lavender-600: #597388;
--lavender-700: #475C6C;
--lavender-800: #32424D;
--lavender-900: #202A31;
--lavender-950: #141A1F;
}