Lavender
#D8E1E4
BlueColor Codes
All color formats for development
HEX
#D8E1E4RGB
rgb(216, 225, 228)HSL
hsl(195, 18%, 87%)OKLCH
oklch(0.904 0.011 219.6)CMYK
cmyk(5%, 1%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BECDD2
2#A4B8BF
3#89A4AD
4#6F909B
5#5B7983
6#496169
7#37494F
8#243034
9#12181A
Tints
Lighter variations
1#DCE4E7
2#E0E7E9
3#E4EAEC
4#E8EDEF
5#EBF0F1
6#EFF3F4
7#F3F6F7
8#F7F9FA
9#FBFCFC
Tones
Muted variations
1#D8E1E3
2#D9E0E3
3#DAE0E2
4#DAE0E1
5#DBDFE1
6#DBDFE0
7#DCDFE0
8#DDDEDF
9#DDDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E1 #D8E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACA #BACACF | BordersInactive statesPlaceholder text |
| 400 | 96AE #96AEB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7897 #7897A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C7A #5C7A84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4961 #496169 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3445 #34454B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C30 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F8F9;
--lavender-100: #EAEFF0;
--lavender-200: #D8E1E4;
--lavender-300: #BACACF;
--lavender-400: #96AEB6;
--lavender-500: #7897A1;
--lavender-600: #5C7A84;
--lavender-700: #496169;
--lavender-800: #34454B;
--lavender-900: #212C30;
--lavender-950: #151C1E;
}