Lavender
#E0DCDC
GrayColor Codes
All color formats for development
HEX
#E0DCDCRGB
rgb(224, 220, 220)HSL
hsl(0, 6%, 87%)OKLCH
oklch(0.898 0.004 17.2)CMYK
cmyk(0%, 2%, 2%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CBC4C4
2#B6ADAD
3#A19595
4#8C7E7E
5#766868
6#5E5353
7#473F3F
8#2F2A2A
9#181515
Tints
Lighter variations
1#E3DFDF
2#E6E3E3
3#E9E6E6
4#ECEAEA
5#EFEDED
6#F3F1F1
7#F6F4F4
8#F9F8F8
9#FCFBFB
Tones
Muted variations
1#E0DCDC
2#DFDCDC
3#DFDCDC
4#DFDDDD
5#DFDDDD
6#DFDDDD
7#DEDDDD
8#DEDDDD
9#DEDEDE
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;
}