Lavender
#D7D8E4
BlueColor Codes
All color formats for development
HEX
#D7D8E4RGB
rgb(215, 216, 228)HSL
hsl(235, 19%, 87%)OKLCH
oklch(0.885 0.016 282.2)CMYK
cmyk(6%, 5%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BDBFD2
2#A3A5C0
3#888CAE
4#6E729C
5#5A5D84
6#484B6A
7#36384F
8#242535
9#12131A
Tints
Lighter variations
1#DBDCE7
2#DFE0EA
3#E3E4EC
4#E7E8EF
5#EBECF2
6#EFF0F4
7#F3F3F7
8#F7F7FA
9#FBFBFC
Tones
Muted variations
1#D8D9E4
2#D9DAE3
3#D9DAE2
4#DADBE2
5#DBDBE1
6#DBDCE0
7#DCDCE0
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 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D9 #D8D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BB #B9BBCF | BordersInactive statesPlaceholder text |
| 400 | 9598 #9598B7 | Disabled statesSecondary iconsMuted text |
| 500 | 767A #767AA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5E #5B5E86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484B #484B6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3436 #34364C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2122 #212231 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F6F9;
--lavender-100: #EAEAF1;
--lavender-200: #D8D9E4;
--lavender-300: #B9BBCF;
--lavender-400: #9598B7;
--lavender-500: #767AA2;
--lavender-600: #5B5E86;
--lavender-700: #484B6A;
--lavender-800: #34364C;
--lavender-900: #212231;
--lavender-950: #15151E;
}