Lavender
#D5D5E6
BlueColor Codes
All color formats for development
HEX
#D5D5E6RGB
rgb(213, 213, 230)HSL
hsl(240, 25%, 87%)OKLCH
oklch(0.878 0.023 285.9)CMYK
cmyk(7%, 7%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BABAD5
2#9E9EC5
3#8282B4
4#6767A4
5#53538B
6#43436F
7#323253
8#212137
9#11111C
Tints
Lighter variations
1#DADAE9
2#DEDEEB
3#E2E2EE
4#E6E6F0
5#EAEAF3
6#EEEEF5
7#F3F3F8
8#F7F7FA
9#FBFBFD
Tones
Muted variations
1#D6D6E5
2#D7D7E4
3#D8D8E4
4#D9D9E3
5#DADAE2
6#DBDBE1
7#DBDBE0
8#DCDCE0
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D6 #D6D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B6 #B6B6D3 | BordersInactive statesPlaceholder text |
| 400 | 8F8F #8F8FBC | Disabled statesSecondary iconsMuted text |
| 500 | 7070 #7070A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5454 #54548C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4343 #434370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3030 #303050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F1F #1F1F33 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F5F9;
--lavender-100: #E9E9F2;
--lavender-200: #D6D6E6;
--lavender-300: #B6B6D3;
--lavender-400: #8F8FBC;
--lavender-500: #7070A9;
--lavender-600: #54548C;
--lavender-700: #434370;
--lavender-800: #303050;
--lavender-900: #1F1F33;
--lavender-950: #131320;
}