Lavender
#DADEE2
BlueColor Codes
All color formats for development
HEX
#DADEE2RGB
rgb(218, 222, 226)HSL
hsl(210, 12%, 87%)OKLCH
oklch(0.899 0.007 247.9)CMYK
cmyk(4%, 2%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1C8CE
2#A8B1BB
3#8F9BA7
4#768594
5#626F7C
6#4E5963
7#3B434B
8#272C32
9#141619
Tints
Lighter variations
1#DEE1E5
2#E1E4E8
3#E5E8EB
4#E9EBED
5#ECEEF0
6#F0F2F3
7#F4F5F6
8#F8F8F9
9#FBFCFC
Tones
Muted variations
1#DADEE1
2#DBDEE1
3#DBDEE1
4#DBDEE0
5#DCDEE0
6#DCDEDF
7#DDDEDF
8#DDDEDF
9#DDDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADE #DADEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC4 #BDC4CB | BordersInactive statesPlaceholder text |
| 400 | 9BA6 #9BA6B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E8C #7E8C9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6370 #63707E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F59 #4F5964 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3840 #384047 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2429 #24292E | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F7F8;
--lavender-100: #EBEDEF;
--lavender-200: #DADEE2;
--lavender-300: #BDC4CB;
--lavender-400: #9BA6B0;
--lavender-500: #7E8C9A;
--lavender-600: #63707E;
--lavender-700: #4F5964;
--lavender-800: #384047;
--lavender-900: #24292E;
--lavender-950: #161A1D;
}