Lavender
#D5D5E7
BlueColor Codes
All color formats for development
HEX
#D5D5E7RGB
rgb(213, 213, 231)HSL
hsl(240, 27%, 87%)OKLCH
oklch(0.878 0.025 285.9)CMYK
cmyk(8%, 8%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B9B9D7
2#9D9DC6
3#8080B6
4#6464A6
5#51518D
6#414171
7#313155
8#202038
9#10101C
Tints
Lighter variations
1#D9D9E9
2#DDDDEC
3#E2E2EE
4#E6E6F0
5#EAEAF3
6#EEEEF5
7#F2F2F8
8#F7F7FA
9#FBFBFD
Tones
Muted variations
1#D6D6E6
2#D7D7E5
3#D8D8E4
4#D8D8E3
5#D9D9E2
6#DADAE1
7#DBDBE1
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 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B5 #B5B5D4 | BordersInactive statesPlaceholder text |
| 400 | 8E8E #8E8EBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D6D #6D6DAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5252 #52528E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4141 #414171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F2F #2F2F51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1E #1E1E34 | 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: #E8E8F2;
--lavender-200: #D5D5E7;
--lavender-300: #B5B5D4;
--lavender-400: #8E8EBE;
--lavender-500: #6D6DAB;
--lavender-600: #52528E;
--lavender-700: #414171;
--lavender-800: #2F2F51;
--lavender-900: #1E1E34;
--lavender-950: #131320;
}