Lavender
#EEECEC
WhiteColor Codes
All color formats for development
HEX
#EEECECRGB
rgb(238, 236, 236)HSL
hsl(0, 6%, 93%)OKLCH
oklch(0.945 0.002 17.2)CMYK
cmyk(0%, 1%, 1%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D8D3D3
2#C2BABA
3#ABA1A1
4#958888
5#7E6F6F
6#655959
7#4B4343
8#322D2D
9#191616
Tints
Lighter variations
1#F0EEEE
2#F2F0F0
3#F3F2F2
4#F5F4F4
5#F7F6F6
6#F8F7F7
7#FAF9F9
8#FCFBFB
9#FDFDFD
Tones
Muted variations
1#EEECEC
2#EEECEC
3#EEECEC
4#EEEDED
5#EEEDED
6#EEEDED
7#EDEDED
8#EDEDED
9#EDEDED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEC #EEECEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DC #E0DCDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C1 #C8C1C1 | BordersInactive statesPlaceholder text |
| 400 | ABA0 #ABA0A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9385 #938585 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7769 #776969 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F54 #5F5454 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443C #443C3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B26 #2B2626 | Primary textHigh emphasis contentDark headings |
| 950 | 1B18 #1B1818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F7F7;
--lavender-100: #EEECEC;
--lavender-200: #E0DCDC;
--lavender-300: #C8C1C1;
--lavender-400: #ABA0A0;
--lavender-500: #938585;
--lavender-600: #776969;
--lavender-700: #5F5454;
--lavender-800: #443C3C;
--lavender-900: #2B2626;
--lavender-950: #1B1818;
}