Lavender
#D9E2E2
CyanColor Codes
All color formats for development
HEX
#D9E2E2RGB
rgb(217, 226, 226)HSL
hsl(180, 13%, 87%)OKLCH
oklch(0.906 0.01 197)CMYK
cmyk(4%, 0%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C0CFCF
2#A7BCBC
3#8EA8A8
4#759595
5#617D7D
6#4D6464
7#3A4B4B
8#273232
9#131919
Tints
Lighter variations
1#DDE5E5
2#E1E8E8
3#E5EBEB
4#E9EEEE
5#ECF1F1
6#F0F3F3
7#F4F6F6
8#F8F9F9
9#FBFCFC
Tones
Muted variations
1#DAE2E2
2#DAE1E1
3#DBE1E1
4#DBE0E0
5#DCE0E0
6#DCE0E0
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 | BDCC #BDCCCC | BordersInactive statesPlaceholder text |
| 400 | 9AB1 #9AB1B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D9B #7D9B9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627F #627F7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E65 #4E6565 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3748 #374848 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2E | 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: #BDCCCC;
--lavender-400: #9AB1B1;
--lavender-500: #7D9B9B;
--lavender-600: #627F7F;
--lavender-700: #4E6565;
--lavender-800: #374848;
--lavender-900: #232E2E;
--lavender-950: #161D1D;
}