Lavender
#D8DBE3
BlueColor Codes
All color formats for development
HEX
#D8DBE3RGB
rgb(216, 219, 227)HSL
hsl(224, 16%, 87%)OKLCH
oklch(0.891 0.011 269.5)CMYK
cmyk(5%, 4%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFC4D1
2#A5ACBE
3#8B94AB
4#727C99
5#5D6781
6#4B5267
7#383E4D
8#252933
9#13151A
Tints
Lighter variations
1#DCDFE6
2#E0E2E9
3#E4E6EC
4#E8EAEE
5#ECEDF1
6#F0F1F4
7#F3F4F7
8#F7F8F9
9#FBFBFC
Tones
Muted variations
1#D9DCE3
2#DADCE2
3#DADCE2
4#DBDCE1
5#DBDDE1
6#DCDDE0
7#DCDDDF
8#DDDDDF
9#DDDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC0 #BBC0CE | BordersInactive statesPlaceholder text |
| 400 | 979F #979FB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A84 #7A849F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E68 #5E6882 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B53 #4B5368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363B #363B4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #22262F | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F7F9;
--lavender-100: #EAECF0;
--lavender-200: #D9DBE3;
--lavender-300: #BBC0CE;
--lavender-400: #979FB4;
--lavender-500: #7A849F;
--lavender-600: #5E6882;
--lavender-700: #4B5368;
--lavender-800: #363B4A;
--lavender-900: #22262F;
--lavender-950: #15181E;
}