Lavender
#D8DAE4
BlueColor Codes
All color formats for development
HEX
#D8DAE4RGB
rgb(216, 218, 228)HSL
hsl(230, 18%, 87%)OKLCH
oklch(0.89 0.014 277)CMYK
cmyk(5%, 4%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEC1D2
2#A4A8BF
3#898FAD
4#6F769B
5#5B6283
6#494E69
7#373B4F
8#242734
9#12141A
Tints
Lighter variations
1#DCDEE7
2#E0E1E9
3#E4E5EC
4#E8E9EF
5#EBECF1
6#EFF0F4
7#F3F4F7
8#F7F8FA
9#FBFBFC
Tones
Muted variations
1#D8DAE3
2#D9DBE3
3#DADBE2
4#DADBE1
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 #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABD #BABDCF | BordersInactive statesPlaceholder text |
| 400 | 969B #969BB6 | Disabled statesSecondary iconsMuted text |
| 500 | 787E #787EA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C63 #5C6384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494F #494F69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3438 #34384B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212430 | 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: #EAEBF0;
--lavender-200: #D8DAE4;
--lavender-300: #BABDCF;
--lavender-400: #969BB6;
--lavender-500: #787EA1;
--lavender-600: #5C6384;
--lavender-700: #494F69;
--lavender-800: #34384B;
--lavender-900: #212430;
--lavender-950: #15161E;
}