Lavender
#D4D4E7
BlueColor Codes
All color formats for development
HEX
#D4D4E7RGB
rgb(212, 212, 231)HSL
hsl(240, 28%, 87%)OKLCH
oklch(0.876 0.026 285.9)CMYK
cmyk(8%, 8%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8B8D7
2#9C9CC7
3#7F7FB7
4#6363A7
5#50508E
6#404072
7#303055
8#202039
9#10101C
Tints
Lighter variations
1#D9D9EA
2#DDDDEC
3#E1E1EE
4#E6E6F1
5#EAEAF3
6#EEEEF5
7#F2F2F8
8#F7F7FA
9#FBFBFD
Tones
Muted variations
1#D5D5E6
2#D6D6E5
3#D7D7E4
4#D8D8E3
5#D9D9E2
6#DADAE2
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 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B4 #B4B4D5 | BordersInactive statesPlaceholder text |
| 400 | 8D8D #8D8DBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C6C #6C6CAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5151 #515190 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4040 #404072 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E2E #2E2E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1D #1D1D34 | Primary textHigh emphasis contentDark headings |
| 950 | 1212 #121221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F5F9;
--lavender-100: #E8E8F2;
--lavender-200: #D5D5E7;
--lavender-300: #B4B4D5;
--lavender-400: #8D8DBF;
--lavender-500: #6C6CAC;
--lavender-600: #515190;
--lavender-700: #404072;
--lavender-800: #2E2E52;
--lavender-900: #1D1D34;
--lavender-950: #121221;
}