Lavender
#D3D5E9
BlueColor Codes
All color formats for development
HEX
#D3D5E9RGB
rgb(211, 213, 233)HSL
hsl(235, 33%, 87%)OKLCH
oklch(0.878 0.027 281.3)CMYK
cmyk(9%, 9%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5B8DA
2#989CCB
3#7A80BC
4#5D64AD
5#4A5094
6#3B4076
7#2D3059
8#1E203B
9#0F101E
Tints
Lighter variations
1#D7D9EB
2#DCDDED
3#E0E1EF
4#E5E6F2
5#E9EAF4
6#EDEEF6
7#F2F2F8
8#F6F7FB
9#FBFBFD
Tones
Muted variations
1#D4D6E8
2#D5D7E7
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 | D3D5 #D3D5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B4 #B1B4D8 | BordersInactive statesPlaceholder text |
| 400 | 888D #888DC3 | Disabled statesSecondary iconsMuted text |
| 500 | 666D #666DB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B51 #4B5195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C41 #3C4177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2E #2B2E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1E #1B1E36 | 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: #D3D5E9;
--lavender-300: #B1B4D8;
--lavender-400: #888DC3;
--lavender-500: #666DB2;
--lavender-600: #4B5195;
--lavender-700: #3C4177;
--lavender-800: #2B2E55;
--lavender-900: #1B1E36;
--lavender-950: #111222;
}