Lavender
#DAE1E2
CyanColor Codes
All color formats for development
HEX
#DAE1E2RGB
rgb(218, 225, 226)HSL
hsl(187, 12%, 87%)OKLCH
oklch(0.905 0.008 207.1)CMYK
cmyk(4%, 0%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1CDCE
2#A8B9BB
3#8FA4A7
4#769094
5#62797C
6#4E6163
7#3B494B
8#273032
9#141819
Tints
Lighter variations
1#DEE4E5
2#E1E7E8
3#E5EAEB
4#E9EDED
5#ECF0F0
6#F0F3F3
7#F4F6F6
8#F8F9F9
9#FBFCFC
Tones
Muted variations
1#DAE1E1
2#DBE0E1
3#DBE0E1
4#DBE0E0
5#DCDFE0
6#DCDFDF
7#DDDFDF
8#DDDEDF
9#DDDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE1 #DAE1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCA #BDCACB | BordersInactive statesPlaceholder text |
| 400 | 9BAE #9BAEB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E97 #7E979A | Primary brand colorCTAsActive elementsLinks |
| 600 | 637B #637B7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F61 #4F6164 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3846 #384647 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242D #242D2E | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F8F8;
--lavender-100: #EBEFEF;
--lavender-200: #DAE1E2;
--lavender-300: #BDCACB;
--lavender-400: #9BAEB0;
--lavender-500: #7E979A;
--lavender-600: #637B7E;
--lavender-700: #4F6164;
--lavender-800: #384647;
--lavender-900: #242D2E;
--lavender-950: #161C1D;
}