Lavender
#DAE2E2
CyanColor Codes
All color formats for development
HEX
#DAE2E2RGB
rgb(218, 226, 226)HSL
hsl(180, 12%, 87%)OKLCH
oklch(0.907 0.009 197)CMYK
cmyk(4%, 0%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1CECE
2#A8BBBB
3#8FA7A7
4#769494
5#627C7C
6#4E6363
7#3B4B4B
8#273232
9#141919
Tints
Lighter variations
1#DEE5E5
2#E1E8E8
3#E5EBEB
4#E9EDED
5#ECF0F0
6#F0F3F3
7#F4F6F6
8#F8F9F9
9#FBFCFC
Tones
Muted variations
1#DAE1E1
2#DBE1E1
3#DBE1E1
4#DBE0E0
5#DCE0E0
6#DCDFDF
7#DDDFDF
8#DDDFDF
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 | DAE2 #DAE2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCB #BDCBCB | BordersInactive statesPlaceholder text |
| 400 | 9BB0 #9BB0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E9A #7E9A9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 637E #637E7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F64 #4F6464 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3847 #384747 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242E #242E2E | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F8F8;
--lavender-100: #EBEFEF;
--lavender-200: #DAE2E2;
--lavender-300: #BDCBCB;
--lavender-400: #9BB0B0;
--lavender-500: #7E9A9A;
--lavender-600: #637E7E;
--lavender-700: #4F6464;
--lavender-800: #384747;
--lavender-900: #242E2E;
--lavender-950: #161D1D;
}