Lavender
#D1D3EB
BlueColor Codes
All color formats for development
HEX
#D1D3EBRGB
rgb(209, 211, 235)HSL
hsl(235, 39%, 87%)OKLCH
oklch(0.873 0.033 281.9)CMYK
cmyk(11%, 10%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B2B6DD
2#9398D0
3#747BC2
4#565DB5
5#444B9A
6#363C7B
7#292D5D
8#1B1E3E
9#0E0F1F
Tints
Lighter variations
1#D6D7ED
2#DADCEF
3#DFE0F1
4#E3E5F3
5#E8E9F5
6#EDEDF7
7#F1F2F9
8#F6F6FB
9#FAFBFD
Tones
Muted variations
1#D2D4E9
2#D4D5E8
3#D5D6E7
4#D6D7E6
5#D7D8E4
6#D9DAE3
7#DADBE2
8#DBDCE0
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D3 #D1D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB1 #ADB1DB | BordersInactive statesPlaceholder text |
| 400 | 8389 #8389C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F67 #5F67B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444C #444C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363C #363C7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272B #272B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191C #191C39 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FA;
--lavender-100: #E6E7F4;
--lavender-200: #D1D3EB;
--lavender-300: #ADB1DB;
--lavender-400: #8389C9;
--lavender-500: #5F67B9;
--lavender-600: #444C9C;
--lavender-700: #363C7C;
--lavender-800: #272B59;
--lavender-900: #191C39;
--lavender-950: #101123;
}