Lavender
#D8D9E4
BlueColor Codes
All color formats for development
HEX
#D8D9E4RGB
rgb(216, 217, 228)HSL
hsl(235, 18%, 87%)OKLCH
oklch(0.888 0.015 281.9)CMYK
cmyk(5%, 5%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEBFD2
2#A4A6BF
3#898CAD
4#6F739B
5#5B5E83
6#494B69
7#37394F
8#242634
9#12131A
Tints
Lighter variations
1#DCDDE7
2#E0E1E9
3#E4E4EC
4#E8E8EF
5#EBECF1
6#EFF0F4
7#F3F4F7
8#F7F7FA
9#FBFBFC
Tones
Muted variations
1#D8D9E3
2#D9DAE3
3#DADAE2
4#DADBE1
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 #EAEAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D9 #D8D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABC #BABCCF | BordersInactive statesPlaceholder text |
| 400 | 9698 #9698B6 | Disabled statesSecondary iconsMuted text |
| 500 | 787B #787BA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C5F #5C5F84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494C #494C69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3436 #34364B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212330 | 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: #EAEAF0;
--lavender-200: #D8D9E4;
--lavender-300: #BABCCF;
--lavender-400: #9698B6;
--lavender-500: #787BA1;
--lavender-600: #5C5F84;
--lavender-700: #494C69;
--lavender-800: #34364B;
--lavender-900: #212330;
--lavender-950: #15161E;
}