Lavender
#D3D3E9
BlueColor Codes
All color formats for development
HEX
#D3D3E9RGB
rgb(211, 211, 233)HSL
hsl(240, 33%, 87%)OKLCH
oklch(0.874 0.03 285.8)CMYK
cmyk(9%, 9%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5B5DA
2#9898CB
3#7A7ABC
4#5D5DAD
5#4A4A94
6#3B3B76
7#2D2D59
8#1E1E3B
9#0F0F1E
Tints
Lighter variations
1#D7D7EB
2#DCDCED
3#E0E0EF
4#E5E5F2
5#E9E9F4
6#EDEDF6
7#F2F2F8
8#F6F6FB
9#FBFBFD
Tones
Muted variations
1#D4D4E8
2#D5D5E7
3#D6D6E6
4#D7D7E4
5#D8D8E3
6#D9D9E2
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 | E7E7 #E7E7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D3 #D3D3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B1 #B1B1D8 | BordersInactive statesPlaceholder text |
| 400 | 8888 #8888C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6666 #6666B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B4B #4B4B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C3C #3C3C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2B #2B2B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1B #1B1B36 | Primary textHigh emphasis contentDark headings |
| 950 | 1111 #111122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F5FA;
--lavender-100: #E7E7F3;
--lavender-200: #D3D3E9;
--lavender-300: #B1B1D8;
--lavender-400: #8888C3;
--lavender-500: #6666B2;
--lavender-600: #4B4B95;
--lavender-700: #3C3C77;
--lavender-800: #2B2B55;
--lavender-900: #1B1B36;
--lavender-950: #111122;
}