Lavender
#EEEEEC
WhiteColor Codes
All color formats for development
HEX
#EEEEECRGB
rgb(238, 238, 236)HSL
hsl(60, 6%, 93%)OKLCH
oklch(0.949 0.003 106.5)CMYK
cmyk(0%, 0%, 1%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D8D8D3
2#C2C2BA
3#ABABA1
4#959588
5#7E7E6F
6#656559
7#4B4B43
8#32322D
9#191916
Tints
Lighter variations
1#F0F0EE
2#F2F2F0
3#F3F3F2
4#F5F5F4
5#F7F7F6
6#F8F8F7
7#FAFAF9
8#FCFCFB
9#FDFDFD
Tones
Muted variations
1#EEEEEC
2#EEEEEC
3#EEEEEC
4#EEEEED
5#EEEEED
6#EEEEED
7#EDEDED
8#EDEDED
9#EDEDED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F8 #F8F8F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEE #EEEEEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0E0 #E0E0DC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C8 #C8C8C1 | BordersInactive statesPlaceholder text |
| 400 | ABAB #ABABA0 | Disabled statesSecondary iconsMuted text |
| 500 | 9393 #939385 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7777 #777769 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5F #5F5F54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4444 #44443C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B2B #2B2B26 | Primary textHigh emphasis contentDark headings |
| 950 | 1B1B #1B1B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F8F7;
--lavender-100: #EEEEEC;
--lavender-200: #E0E0DC;
--lavender-300: #C8C8C1;
--lavender-400: #ABABA0;
--lavender-500: #939385;
--lavender-600: #777769;
--lavender-700: #5F5F54;
--lavender-800: #44443C;
--lavender-900: #2B2B26;
--lavender-950: #1B1B18;
}