Lavender
#EDEDED
WhiteColor Codes
All color formats for development
HEX
#EDEDEDRGB
rgb(237, 237, 237)HSL
hsl(0, 0%, 93%)OKLCH
oklch(0.946 0 89.9)CMYK
cmyk(0%, 0%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D5D5D5
2#BEBEBE
3#A6A6A6
4#8E8E8E
5#777777
6#5F5F5F
7#474747
8#2F2F2F
9#181818
Tints
Lighter variations
1#EFEFEF
2#F1F1F1
3#F3F3F3
4#F4F4F4
5#F6F6F6
6#F8F8F8
7#FAFAFA
8#FBFBFB
9#FDFDFD
Tones
Muted variations
1#EDEDED
2#EDEDED
3#EDEDED
4#EDEDED
5#EDEDED
6#EDEDED
7#EDEDED
8#EDEDED
9#EDEDED
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;
}