Lavender
#D7D9E4
BlueColor Codes
All color formats for development
HEX
#D7D9E4RGB
rgb(215, 217, 228)HSL
hsl(231, 19%, 87%)OKLCH
oklch(0.887 0.015 277.8)CMYK
cmyk(6%, 5%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BDC0D2
2#A3A7C0
3#888EAE
4#6E759C
5#5A6084
6#484D6A
7#363A4F
8#242635
9#12131A
Tints
Lighter variations
1#DBDDE7
2#DFE1EA
3#E3E5EC
4#E7E8EF
5#EBECF2
6#EFF0F4
7#F3F4F7
8#F7F7FA
9#FBFBFC
Tones
Muted variations
1#D8DAE4
2#D9DAE3
3#D9DBE2
4#DADBE2
5#DBDCE1
6#DBDCE0
7#DCDDE0
8#DDDDDF
9#DDDDDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D9 #D8D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BD #B9BDCF | BordersInactive statesPlaceholder text |
| 400 | 959A #959AB7 | Disabled statesSecondary iconsMuted text |
| 500 | 767D #767DA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B61 #5B6186 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484D #484D6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3437 #34374C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212331 | Primary textHigh emphasis contentDark headings |
| 950 | 1516 #15161E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F6F9;
--lavender-100: #EAEBF1;
--lavender-200: #D8D9E4;
--lavender-300: #B9BDCF;
--lavender-400: #959AB7;
--lavender-500: #767DA2;
--lavender-600: #5B6186;
--lavender-700: #484D6A;
--lavender-800: #34374C;
--lavender-900: #212331;
--lavender-950: #15161E;
}