Lavender
#D9E1E2
CyanColor Codes
All color formats for development
HEX
#D9E1E2RGB
rgb(217, 225, 226)HSL
hsl(187, 13%, 87%)OKLCH
oklch(0.904 0.009 205.9)CMYK
cmyk(4%, 0%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C0CDCF
2#A7B9BC
3#8EA5A8
4#759195
5#617A7D
6#4D6264
7#3A494B
8#273132
9#131819
Tints
Lighter variations
1#DDE4E5
2#E1E7E8
3#E5EAEB
4#E9EDEE
5#ECF0F1
6#F0F3F3
7#F4F6F6
8#F8F9F9
9#FBFCFC
Tones
Muted variations
1#DAE1E2
2#DAE0E1
3#DBE0E1
4#DBE0E0
5#DCE0E0
6#DCDFE0
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 | DAE1 #DAE1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCA #BDCACC | BordersInactive statesPlaceholder text |
| 400 | 9AAF #9AAFB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D98 #7D989B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627B #627B7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E62 #4E6265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3746 #374648 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2E | 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: #BDCACC;
--lavender-400: #9AAFB1;
--lavender-500: #7D989B;
--lavender-600: #627B7F;
--lavender-700: #4E6265;
--lavender-800: #374648;
--lavender-900: #232D2E;
--lavender-950: #161C1D;
}