Lavender
#D9DEE2
BlueColor Codes
All color formats for development
HEX
#D9DEE2RGB
rgb(217, 222, 226)HSL
hsl(207, 13%, 87%)OKLCH
oklch(0.898 0.008 241.7)CMYK
cmyk(4%, 2%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C0C8CF
2#A7B2BC
3#8E9DA8
4#758795
5#61707D
6#4D5A64
7#3A434B
8#272D32
9#131619
Tints
Lighter variations
1#DDE2E5
2#E1E5E8
3#E5E8EB
4#E9EBEE
5#ECEFF1
6#F0F2F3
7#F4F5F6
8#F8F8F9
9#FBFCFC
Tones
Muted variations
1#DADEE2
2#DADEE1
3#DBDEE1
4#DBDEE0
5#DCDEE0
6#DCDEE0
7#DDDEDF
8#DDDEDF
9#DDDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADE #DADEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC5 #BDC5CC | BordersInactive statesPlaceholder text |
| 400 | 9AA7 #9AA7B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D8E #7D8E9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6272 #62727F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5A #4E5A65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3741 #374148 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292E | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F7F8;
--lavender-100: #EBEDEF;
--lavender-200: #DADEE2;
--lavender-300: #BDC5CC;
--lavender-400: #9AA7B1;
--lavender-500: #7D8E9B;
--lavender-600: #62727F;
--lavender-700: #4E5A65;
--lavender-800: #374148;
--lavender-900: #23292E;
--lavender-950: #161A1D;
}