Lavender
#ECEEEE
WhiteColor Codes
All color formats for development
HEX
#ECEEEERGB
rgb(236, 238, 238)HSL
hsl(180, 6%, 93%)OKLCH
oklch(0.948 0.002 197.1)CMYK
cmyk(1%, 0%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D3D8D8
2#BAC2C2
3#A1ABAB
4#889595
5#6F7E7E
6#596565
7#434B4B
8#2D3232
9#161919
Tints
Lighter variations
1#EEF0F0
2#F0F2F2
3#F2F3F3
4#F4F5F5
5#F6F7F7
6#F7F8F8
7#F9FAFA
8#FBFCFC
9#FDFDFD
Tones
Muted variations
1#ECEEEE
2#ECEEEE
3#ECEEEE
4#EDEEEE
5#EDEEEE
6#EDEEEE
7#EDEDED
8#EDEDED
9#EDEDED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEE #ECEEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCE0 #DCE0E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | C1C8 #C1C8C8 | BordersInactive statesPlaceholder text |
| 400 | A0AB #A0ABAB | Disabled statesSecondary iconsMuted text |
| 500 | 8593 #859393 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6977 #697777 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 545F #545F5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C44 #3C4444 | Text on light backgroundsHeadingsStrong borders |
| 900 | 262B #262B2B | Primary textHigh emphasis contentDark headings |
| 950 | 181B #181B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F8F8;
--lavender-100: #ECEEEE;
--lavender-200: #DCE0E0;
--lavender-300: #C1C8C8;
--lavender-400: #A0ABAB;
--lavender-500: #859393;
--lavender-600: #697777;
--lavender-700: #545F5F;
--lavender-800: #3C4444;
--lavender-900: #262B2B;
--lavender-950: #181B1B;
}