Lavender
#D5D6E6
BlueColor Codes
All color formats for development
HEX
#D5D6E6RGB
rgb(213, 214, 230)HSL
hsl(236, 25%, 87%)OKLCH
oklch(0.88 0.022 283.1)CMYK
cmyk(7%, 7%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BABCD5
2#9EA1C5
3#8286B4
4#676BA4
5#53578B
6#43466F
7#323453
8#212337
9#11111C
Tints
Lighter variations
1#DADBE9
2#DEDFEB
3#E2E3EE
4#E6E7F0
5#EAEBF3
6#EEEFF5
7#F3F3F8
8#F7F7FA
9#FBFBFD
Tones
Muted variations
1#D6D7E5
2#D7D8E4
3#D8D9E4
4#D9DAE3
5#DADAE2
6#DBDBE1
7#DBDCE0
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 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D7 #D6D7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B8 #B6B8D3 | BordersInactive statesPlaceholder text |
| 400 | 8F92 #8F92BC | Disabled statesSecondary iconsMuted text |
| 500 | 7073 #7073A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5458 #54588C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4346 #434670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3032 #303250 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F20 #1F2033 | 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: #E9E9F2;
--lavender-200: #D6D7E6;
--lavender-300: #B6B8D3;
--lavender-400: #8F92BC;
--lavender-500: #7073A9;
--lavender-600: #54588C;
--lavender-700: #434670;
--lavender-800: #303250;
--lavender-900: #1F2033;
--lavender-950: #131420;
}