Lavender
#DEDEDE
GrayColor Codes
All color formats for development
HEX
#DEDEDERGB
rgb(222, 222, 222)HSL
hsl(0, 0%, 87%)OKLCH
oklch(0.901 0 89.9)CMYK
cmyk(0%, 0%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C8C8C8
2#B1B1B1
3#9B9B9B
4#858585
5#6F6F6F
6#595959
7#434343
8#2C2C2C
9#161616
Tints
Lighter variations
1#E1E1E1
2#E4E4E4
3#E8E8E8
4#EBEBEB
5#EEEEEE
6#F2F2F2
7#F5F5F5
8#F8F8F8
9#FCFCFC
Tones
Muted variations
1#DEDEDE
2#DEDEDE
3#DEDEDE
4#DEDEDE
5#DEDEDE
6#DEDEDE
7#DEDEDE
8#DEDEDE
9#DEDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDED #EDEDED | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEDE #DEDEDE | Secondary backgroundsInput backgroundsDividers |
| 300 | C4C4 #C4C4C4 | BordersInactive statesPlaceholder text |
| 400 | A6A6 #A6A6A6 | Disabled statesSecondary iconsMuted text |
| 500 | 8C8C #8C8C8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 7070 #707070 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5959 #595959 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4040 #404040 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2929 #292929 | Primary textHigh emphasis contentDark headings |
| 950 | 1A1A #1A1A1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F7F7;
--lavender-100: #EDEDED;
--lavender-200: #DEDEDE;
--lavender-300: #C4C4C4;
--lavender-400: #A6A6A6;
--lavender-500: #8C8C8C;
--lavender-600: #707070;
--lavender-700: #595959;
--lavender-800: #404040;
--lavender-900: #292929;
--lavender-950: #1A1A1A;
}