Lavender
#DADAE1
BlueColor Codes
All color formats for development
HEX
#DADAE1RGB
rgb(218, 218, 225)HSL
hsl(240, 10%, 87%)OKLCH
oklch(0.89 0.009 286.2)CMYK
cmyk(3%, 3%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2C2CD
2#AAAAB9
3#9191A5
4#797991
5#64647A
6#505062
7#3C3C49
8#282831
9#141418
Tints
Lighter variations
1#DEDEE4
2#E2E2E7
3#E5E5EA
4#E9E9ED
5#EDEDF0
6#F0F0F3
7#F4F4F6
8#F8F8F9
9#FBFBFC
Tones
Muted variations
1#DBDBE1
2#DBDBE1
3#DCDCE0
4#DCDCE0
5#DCDCE0
6#DDDDDF
7#DDDDDF
8#DDDDDF
9#DEDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBE #BEBECA | BordersInactive statesPlaceholder text |
| 400 | 9D9D #9D9DAF | Disabled statesSecondary iconsMuted text |
| 500 | 8181 #818198 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6565 #65657B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5050 #505062 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3939 #393946 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2525 #25252D | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F7F8;
--lavender-100: #EBEBEF;
--lavender-200: #DBDBE1;
--lavender-300: #BEBECA;
--lavender-400: #9D9DAF;
--lavender-500: #818198;
--lavender-600: #65657B;
--lavender-700: #505062;
--lavender-800: #393946;
--lavender-900: #25252D;
--lavender-950: #17171C;
}