Lavender
#D8D8E4
BlueColor Codes
All color formats for development
HEX
#D8D8E4RGB
rgb(216, 216, 228)HSL
hsl(240, 18%, 87%)OKLCH
oklch(0.886 0.016 286.1)CMYK
cmyk(5%, 5%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEBED2
2#A4A4BF
3#8989AD
4#6F6F9B
5#5B5B83
6#494969
7#37374F
8#242434
9#12121A
Tints
Lighter variations
1#DCDCE7
2#E0E0E9
3#E4E4EC
4#E8E8EF
5#EBEBF1
6#EFEFF4
7#F3F3F7
8#F7F7FA
9#FBFBFC
Tones
Muted variations
1#D8D8E3
2#D9D9E3
3#DADAE2
4#DADAE1
5#DBDBE1
6#DBDBE0
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 | D8D8 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABA #BABACF | BordersInactive statesPlaceholder text |
| 400 | 9696 #9696B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7878 #7878A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C5C #5C5C84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4949 #494969 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3434 #34344B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212130 | 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: #EAEAF0;
--lavender-200: #D8D8E4;
--lavender-300: #BABACF;
--lavender-400: #9696B6;
--lavender-500: #7878A1;
--lavender-600: #5C5C84;
--lavender-700: #494969;
--lavender-800: #34344B;
--lavender-900: #212130;
--lavender-950: #15151E;
}