Lavender
#D3D6E9
BlueColor Codes
All color formats for development
HEX
#D3D6E9RGB
rgb(211, 214, 233)HSL
hsl(232, 33%, 87%)OKLCH
oklch(0.88 0.026 278.7)CMYK
cmyk(9%, 8%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5BADA
2#989FCB
3#7A83BC
4#5D68AD
5#4A5494
6#3B4376
7#2D3259
8#1E223B
9#0F111E
Tints
Lighter variations
1#D7DAEB
2#DCDEED
3#E0E2EF
4#E5E6F2
5#E9EAF4
6#EDEFF6
7#F2F3F8
8#F6F7FB
9#FBFBFD
Tones
Muted variations
1#D4D7E8
2#D5D7E7
3#D6D8E6
4#D7D9E4
5#D8DAE3
6#D9DBE2
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 | E7E9 #E7E9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D6 #D3D6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B6 #B1B6D8 | BordersInactive statesPlaceholder text |
| 400 | 8890 #8890C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6670 #6670B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B55 #4B5595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C44 #3C4477 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B30 #2B3055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1F #1B1F36 | Primary textHigh emphasis contentDark headings |
| 950 | 1113 #111322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F5FA;
--lavender-100: #E7E9F3;
--lavender-200: #D3D6E9;
--lavender-300: #B1B6D8;
--lavender-400: #8890C3;
--lavender-500: #6670B2;
--lavender-600: #4B5595;
--lavender-700: #3C4477;
--lavender-800: #2B3055;
--lavender-900: #1B1F36;
--lavender-950: #111322;
}