Lavender
#D9DFE3
BlueColor Codes
All color formats for development
HEX
#D9DFE3RGB
rgb(217, 223, 227)HSL
hsl(204, 15%, 87%)OKLCH
oklch(0.9 0.009 236.6)CMYK
cmyk(4%, 2%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFC9D0
2#A6B4BD
3#8C9EAA
4#738997
5#5E7280
6#4B5B66
7#39454D
8#262E33
9#13171A
Tints
Lighter variations
1#DDE2E6
2#E1E5E8
3#E4E8EB
4#E8ECEE
5#ECEFF1
6#F0F2F4
7#F4F5F7
8#F7F9F9
9#FBFCFC
Tones
Muted variations
1#D9DFE2
2#DADFE2
3#DADFE1
4#DBDEE1
5#DBDEE0
6#DCDEE0
7#DCDEDF
8#DDDEDF
9#DDDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC6 #BCC6CD | BordersInactive statesPlaceholder text |
| 400 | 98A8 #98A8B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B90 #7B909D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F74 #5F7481 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5C #4C5C67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3642 #364249 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2F | 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: #F6F8F8;
--lavender-100: #EAEEF0;
--lavender-200: #D9DFE3;
--lavender-300: #BCC6CD;
--lavender-400: #98A8B3;
--lavender-500: #7B909D;
--lavender-600: #5F7481;
--lavender-700: #4C5C67;
--lavender-800: #364249;
--lavender-900: #232A2F;
--lavender-950: #161A1D;
}