Lavender
#DAE0E2
BlueColor Codes
All color formats for development
HEX
#DAE0E2RGB
rgb(218, 224, 226)HSL
hsl(195, 12%, 87%)OKLCH
oklch(0.903 0.007 219.6)CMYK
cmyk(4%, 1%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1CBCE
2#A8B6BB
3#8FA1A7
4#768C94
5#62767C
6#4E5E63
7#3B474B
8#272F32
9#141819
Tints
Lighter variations
1#DEE3E5
2#E1E6E8
3#E5E9EB
4#E9ECED
5#ECEFF0
6#F0F3F3
7#F4F6F6
8#F8F9F9
9#FBFCFC
Tones
Muted variations
1#DAE0E1
2#DBDFE1
3#DBDFE1
4#DBDFE0
5#DCDFE0
6#DCDFDF
7#DDDEDF
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 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE0 #DAE0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC8 #BDC8CB | BordersInactive statesPlaceholder text |
| 400 | 9BAB #9BABB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E93 #7E939A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6377 #63777E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5F #4F5F64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3844 #384447 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242B #242B2E | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F8F8;
--lavender-100: #EBEEEF;
--lavender-200: #DAE0E2;
--lavender-300: #BDC8CB;
--lavender-400: #9BABB0;
--lavender-500: #7E939A;
--lavender-600: #63777E;
--lavender-700: #4F5F64;
--lavender-800: #384447;
--lavender-900: #242B2E;
--lavender-950: #161B1D;
}