Lavender
#D5D8E7
BlueColor Codes
All color formats for development
HEX
#D5D8E7RGB
rgb(213, 216, 231)HSL
hsl(230, 27%, 87%)OKLCH
oklch(0.884 0.021 276.9)CMYK
cmyk(8%, 6%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B9BED7
2#9DA4C6
3#8089B6
4#646FA6
5#515B8D
6#414971
7#313755
8#202438
9#10121C
Tints
Lighter variations
1#D9DCE9
2#DDE0EC
3#E2E4EE
4#E6E8F0
5#EAEBF3
6#EEEFF5
7#F2F3F8
8#F7F7FA
9#FBFBFD
Tones
Muted variations
1#D6D8E6
2#D7D9E5
3#D8DAE4
4#D8DAE3
5#D9DBE2
6#DADBE1
7#DBDCE1
8#DCDDE0
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D8 #D5D8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BA #B5BAD4 | BordersInactive statesPlaceholder text |
| 400 | 8E96 #8E96BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D78 #6D78AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 525C #525C8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4149 #414971 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F34 #2F3451 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E21 #1E2134 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F6F9;
--lavender-100: #E8EAF2;
--lavender-200: #D5D8E7;
--lavender-300: #B5BAD4;
--lavender-400: #8E96BE;
--lavender-500: #6D78AB;
--lavender-600: #525C8E;
--lavender-700: #414971;
--lavender-800: #2F3451;
--lavender-900: #1E2134;
--lavender-950: #131520;
}