Lavender
#DBDCE1
GrayColor Codes
All color formats for development
HEX
#DBDCE1RGB
rgb(219, 220, 225)HSL
hsl(230, 9%, 87%)OKLCH
oklch(0.895 0.007 277.2)CMYK
cmyk(3%, 2%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C3C4CD
2#ABADB8
3#9295A4
4#7A7E90
5#656879
6#515361
7#3D3F49
8#282A30
9#141518
Tints
Lighter variations
1#DEDFE4
2#E2E3E7
3#E6E6EA
4#E9EAED
5#EDEDF0
6#F1F1F3
7#F4F4F6
8#F8F8F9
9#FBFBFC
Tones
Muted variations
1#DBDCE1
2#DBDCE0
3#DCDCE0
4#DCDDE0
5#DCDDDF
6#DDDDDF
7#DDDDDF
8#DDDDDE
9#DEDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEC #ECECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDC #DBDCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC1 #BFC1CA | BordersInactive statesPlaceholder text |
| 400 | 9EA0 #9EA0AE | Disabled statesSecondary iconsMuted text |
| 500 | 8285 #828597 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6669 #66697A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5154 #515461 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3C #3A3C45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2526 #25262C | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F7F8;
--lavender-100: #ECECEF;
--lavender-200: #DBDCE1;
--lavender-300: #BFC1CA;
--lavender-400: #9EA0AE;
--lavender-500: #828597;
--lavender-600: #66697A;
--lavender-700: #515461;
--lavender-800: #3A3C45;
--lavender-900: #25262C;
--lavender-950: #17181C;
}