Lavender
#D3D4E9
BlueColor Codes
All color formats for development
HEX
#D3D4E9RGB
rgb(211, 212, 233)HSL
hsl(237, 33%, 87%)OKLCH
oklch(0.876 0.029 283.6)CMYK
cmyk(9%, 9%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5B7DA
2#989ACB
3#7A7EBC
4#5D61AD
5#4A4E94
6#3B3E76
7#2D2F59
8#1E1F3B
9#0F101E
Tints
Lighter variations
1#D7D8EB
2#DCDDED
3#E0E1EF
4#E5E5F2
5#E9EAF4
6#EDEEF6
7#F2F2F8
8#F6F6FB
9#FBFBFD
Tones
Muted variations
1#D4D5E8
2#D5D6E7
3#D6D7E6
4#D7D8E4
5#D8D9E3
6#D9DAE2
7#DBDBE1
8#DCDCE0
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D4 #D3D4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B3 #B1B3D8 | BordersInactive statesPlaceholder text |
| 400 | 888B #888BC3 | Disabled statesSecondary iconsMuted text |
| 500 | 666A #666AB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B4F #4B4F95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C3F #3C3F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2D #2B2D55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1D #1B1D36 | Primary textHigh emphasis contentDark headings |
| 950 | 1112 #111222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F5FA;
--lavender-100: #E7E8F3;
--lavender-200: #D3D4E9;
--lavender-300: #B1B3D8;
--lavender-400: #888BC3;
--lavender-500: #666AB2;
--lavender-600: #4B4F95;
--lavender-700: #3C3F77;
--lavender-800: #2B2D55;
--lavender-900: #1B1D36;
--lavender-950: #111222;
}