Lavender
#DBDBE1
GrayColor Codes
All color formats for development
HEX
#DBDBE1RGB
rgb(219, 219, 225)HSL
hsl(240, 9%, 87%)OKLCH
oklch(0.893 0.008 286.2)CMYK
cmyk(3%, 3%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C3C3CD
2#ABABB8
3#9292A4
4#7A7A90
5#656579
6#515161
7#3D3D49
8#282830
9#141418
Tints
Lighter variations
1#DEDEE4
2#E2E2E7
3#E6E6EA
4#E9E9ED
5#EDEDF0
6#F1F1F3
7#F4F4F6
8#F8F8F9
9#FBFBFC
Tones
Muted variations
1#DBDBE1
2#DBDBE0
3#DCDCE0
4#DCDCE0
5#DCDCDF
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 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFBF #BFBFCA | BordersInactive statesPlaceholder text |
| 400 | 9E9E #9E9EAE | Disabled statesSecondary iconsMuted text |
| 500 | 8282 #828297 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6666 #66667A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5151 #515161 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A3A #3A3A45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2525 #25252C | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F7F8;
--lavender-100: #ECECEF;
--lavender-200: #DBDBE1;
--lavender-300: #BFBFCA;
--lavender-400: #9E9EAE;
--lavender-500: #828297;
--lavender-600: #66667A;
--lavender-700: #515161;
--lavender-800: #3A3A45;
--lavender-900: #25252C;
--lavender-950: #17171C;
}