Lavender
#D5D7E7
BlueColor Codes
All color formats for development
HEX
#D5D7E7RGB
rgb(213, 215, 231)HSL
hsl(233, 27%, 87%)OKLCH
oklch(0.882 0.022 280.2)CMYK
cmyk(8%, 7%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B9BCD7
2#9DA1C6
3#8087B6
4#646CA6
5#51588D
6#414671
7#313555
8#202338
9#10121C
Tints
Lighter variations
1#D9DBE9
2#DDDFEC
3#E2E3EE
4#E6E7F0
5#EAEBF3
6#EEEFF5
7#F2F3F8
8#F7F7FA
9#FBFBFD
Tones
Muted variations
1#D6D8E6
2#D7D8E5
3#D8D9E4
4#D8DAE3
5#D9DAE2
6#DADBE1
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 | D5D7 #D5D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B8 #B5B8D4 | BordersInactive statesPlaceholder text |
| 400 | 8E93 #8E93BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D74 #6D74AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5259 #52598E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4147 #414771 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F33 #2F3351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E20 #1E2034 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F6F9;
--lavender-100: #E8E9F2;
--lavender-200: #D5D7E7;
--lavender-300: #B5B8D4;
--lavender-400: #8E93BE;
--lavender-500: #6D74AB;
--lavender-600: #52598E;
--lavender-700: #414771;
--lavender-800: #2F3351;
--lavender-900: #1E2034;
--lavender-950: #131420;
}