Lavender
#D4D6E7
BlueColor Codes
All color formats for development
HEX
#D4D6E7RGB
rgb(212, 214, 231)HSL
hsl(234, 28%, 87%)OKLCH
oklch(0.88 0.023 280.6)CMYK
cmyk(8%, 7%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8BBD7
2#9CA0C7
3#7F85B7
4#636AA7
5#50568E
6#404572
7#303455
8#202239
9#10111C
Tints
Lighter variations
1#D9DAEA
2#DDDFEC
3#E1E3EE
4#E6E7F1
5#EAEBF3
6#EEEFF5
7#F2F3F8
8#F7F7FA
9#FBFBFD
Tones
Muted variations
1#D5D7E6
2#D6D8E5
3#D7D9E4
4#D8D9E3
5#D9DAE2
6#DADBE2
7#DBDCE1
8#DCDCE0
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D6 #D5D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B7 #B4B7D5 | BordersInactive statesPlaceholder text |
| 400 | 8D92 #8D92BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C73 #6C73AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5157 #515790 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4045 #404572 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E31 #2E3152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D20 #1D2034 | Primary textHigh emphasis contentDark headings |
| 950 | 1214 #121421 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F6F9;
--lavender-100: #E8E9F2;
--lavender-200: #D5D6E7;
--lavender-300: #B4B7D5;
--lavender-400: #8D92BF;
--lavender-500: #6C73AC;
--lavender-600: #515790;
--lavender-700: #404572;
--lavender-800: #2E3152;
--lavender-900: #1D2034;
--lavender-950: #121421;
}