Lavender
#D4D5E7
BlueColor Codes
All color formats for development
HEX
#D4D5E7RGB
rgb(212, 213, 231)HSL
hsl(237, 28%, 87%)OKLCH
oklch(0.878 0.025 283.3)CMYK
cmyk(8%, 8%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8BAD7
2#9C9EC7
3#7F82B7
4#6366A7
5#50538E
6#404272
7#303255
8#202139
9#10111C
Tints
Lighter variations
1#D9DAEA
2#DDDEEC
3#E1E2EE
4#E6E6F1
5#EAEAF3
6#EEEEF5
7#F2F3F8
8#F7F7FA
9#FBFBFD
Tones
Muted variations
1#D5D6E6
2#D6D7E5
3#D7D8E4
4#D8D9E3
5#D9DAE2
6#DADBE2
7#DBDBE1
8#DCDCE0
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B6 #B4B6D5 | BordersInactive statesPlaceholder text |
| 400 | 8D8F #8D8FBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C6F #6C6FAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5154 #515490 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4043 #404372 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E30 #2E3052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F34 | Primary textHigh emphasis contentDark headings |
| 950 | 1213 #121321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F5F9;
--lavender-100: #E8E9F2;
--lavender-200: #D5D5E7;
--lavender-300: #B4B6D5;
--lavender-400: #8D8FBF;
--lavender-500: #6C6FAC;
--lavender-600: #515490;
--lavender-700: #404372;
--lavender-800: #2E3052;
--lavender-900: #1D1F34;
--lavender-950: #121321;
}