Lavender
#D8D8E3
BlueColor Codes
All color formats for development
HEX
#D8D8E3RGB
rgb(216, 216, 227)HSL
hsl(240, 16%, 87%)OKLCH
oklch(0.885 0.015 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#BFBFD1
2#A5A5BE
3#8B8BAB
4#727299
5#5D5D81
6#4B4B67
7#38384D
8#252533
9#13131A
Tints
Lighter variations
1#DCDCE6
2#E0E0E9
3#E4E4EC
4#E8E8EE
5#ECECF1
6#F0F0F4
7#F3F3F7
8#F7F7F9
9#FBFBFC
Tones
Muted variations
1#D9D9E3
2#DADAE2
3#DADAE2
4#DBDBE1
5#DBDBE1
6#DCDCE0
7#DCDCDF
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 | D9D9 #D9D9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBB #BBBBCE | BordersInactive statesPlaceholder text |
| 400 | 9797 #9797B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A7A #7A7A9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E5E #5E5E82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B4B #4B4B68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3636 #36364A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2222 #22222F | 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: #D9D9E3;
--lavender-300: #BBBBCE;
--lavender-400: #9797B4;
--lavender-500: #7A7A9F;
--lavender-600: #5E5E82;
--lavender-700: #4B4B68;
--lavender-800: #36364A;
--lavender-900: #22222F;
--lavender-950: #15151E;
}