Lavender
#D3D7E9
BlueColor Codes
All color formats for development
HEX
#D3D7E9RGB
rgb(211, 215, 233)HSL
hsl(229, 33%, 87%)OKLCH
oklch(0.882 0.025 275.9)CMYK
cmyk(9%, 8%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5BCDA
2#98A1CB
3#7A86BC
4#5D6CAD
5#4A5894
6#3B4676
7#2D3559
8#1E233B
9#0F121E
Tints
Lighter variations
1#D7DBEB
2#DCDFED
3#E0E3EF
4#E5E7F2
5#E9EBF4
6#EDEFF6
7#F2F3F8
8#F6F7FB
9#FBFBFD
Tones
Muted variations
1#D4D8E8
2#D5D8E7
3#D6D9E6
4#D7DAE4
5#D8DAE3
6#D9DBE2
7#DBDCE1
8#DCDCE0
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D7 #D3D7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B8 #B1B8D8 | BordersInactive statesPlaceholder text |
| 400 | 8893 #8893C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6674 #6674B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B59 #4B5995 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C47 #3C4777 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B32 #2B3255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B20 #1B2036 | Primary textHigh emphasis contentDark headings |
| 950 | 1114 #111422 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F6FA;
--lavender-100: #E7E9F3;
--lavender-200: #D3D7E9;
--lavender-300: #B1B8D8;
--lavender-400: #8893C3;
--lavender-500: #6674B2;
--lavender-600: #4B5995;
--lavender-700: #3C4777;
--lavender-800: #2B3255;
--lavender-900: #1B2036;
--lavender-950: #111422;
}