Lavender
#DBDDE1
GrayColor Codes
All color formats for development
HEX
#DBDDE1RGB
rgb(219, 221, 225)HSL
hsl(220, 9%, 87%)OKLCH
oklch(0.897 0.006 264.5)CMYK
cmyk(3%, 2%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C3C6CD
2#ABAFB8
3#9298A4
4#7A8190
5#656C79
6#515661
7#3D4149
8#282B30
9#141618
Tints
Lighter variations
1#DEE0E4
2#E2E4E7
3#E6E7EA
4#E9EBED
5#EDEEF0
6#F1F1F3
7#F4F5F6
8#F8F8F9
9#FBFCFC
Tones
Muted variations
1#DBDDE1
2#DBDDE0
3#DCDDE0
4#DCDDE0
5#DCDDDF
6#DDDDDF
7#DDDEDF
8#DDDEDE
9#DEDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECED #ECEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDD #DBDDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC3 #BFC3CA | BordersInactive statesPlaceholder text |
| 400 | 9EA3 #9EA3AE | Disabled statesSecondary iconsMuted text |
| 500 | 8289 #828997 | Primary brand colorCTAsActive elementsLinks |
| 600 | 666D #666D7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5157 #515761 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3E #3A3E45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2528 #25282C | Primary textHigh emphasis contentDark headings |
| 950 | 1719 #17191C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F7F8;
--lavender-100: #ECEDEF;
--lavender-200: #DBDDE1;
--lavender-300: #BFC3CA;
--lavender-400: #9EA3AE;
--lavender-500: #828997;
--lavender-600: #666D7A;
--lavender-700: #515761;
--lavender-800: #3A3E45;
--lavender-900: #25282C;
--lavender-950: #17191C;
}