Lavender
#DADCE1
BlueColor Codes
All color formats for development
HEX
#DADCE1RGB
rgb(218, 220, 225)HSL
hsl(223, 10%, 87%)OKLCH
oklch(0.894 0.007 268.5)CMYK
cmyk(3%, 2%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2C5CD
2#AAAEB9
3#9197A5
4#798091
5#646A7A
6#505562
7#3C4049
8#282A31
9#141518
Tints
Lighter variations
1#DEE0E4
2#E2E3E7
3#E5E7EA
4#E9EAED
5#EDEEF0
6#F0F1F3
7#F4F5F6
8#F8F8F9
9#FBFCFC
Tones
Muted variations
1#DBDDE1
2#DBDDE1
3#DCDDE0
4#DCDDE0
5#DCDDE0
6#DDDDDF
7#DDDDDF
8#DDDEDF
9#DEDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDC #DBDCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC2 #BEC2CA | BordersInactive statesPlaceholder text |
| 400 | 9DA2 #9DA2AF | Disabled statesSecondary iconsMuted text |
| 500 | 8187 #818798 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656B #656B7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5055 #505562 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393D #393D46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2527 #25272D | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F7F8;
--lavender-100: #EBECEF;
--lavender-200: #DBDCE1;
--lavender-300: #BEC2CA;
--lavender-400: #9DA2AF;
--lavender-500: #818798;
--lavender-600: #656B7B;
--lavender-700: #505562;
--lavender-800: #393D46;
--lavender-900: #25272D;
--lavender-950: #17181C;
}