Lavender
#D9DBE3
BlueColor Codes
All color formats for development
HEX
#D9DBE3RGB
rgb(217, 219, 227)HSL
hsl(228, 15%, 87%)OKLCH
oklch(0.892 0.011 274.9)CMYK
cmyk(4%, 4%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFC3D0
2#A6ABBD
3#8C92AA
4#737A97
5#5E6580
6#4B5166
7#393D4D
8#262833
9#13141A
Tints
Lighter variations
1#DDDEE6
2#E1E2E8
3#E4E6EB
4#E8E9EE
5#ECEDF1
6#F0F1F4
7#F4F4F7
8#F7F8F9
9#FBFBFC
Tones
Muted variations
1#D9DBE2
2#DADBE2
3#DADCE1
4#DBDCE1
5#DBDCE0
6#DCDDE0
7#DCDDDF
8#DDDDDF
9#DDDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBF #BCBFCD | BordersInactive statesPlaceholder text |
| 400 | 989E #989EB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B82 #7B829D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F66 #5F6681 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C51 #4C5167 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363A #363A49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2325 #23252F | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F7F8;
--lavender-100: #EAECF0;
--lavender-200: #D9DBE3;
--lavender-300: #BCBFCD;
--lavender-400: #989EB3;
--lavender-500: #7B829D;
--lavender-600: #5F6681;
--lavender-700: #4C5167;
--lavender-800: #363A49;
--lavender-900: #23252F;
--lavender-950: #16171D;
}