Lavender
#D5DAE7
BlueColor Codes
All color formats for development
HEX
#D5DAE7RGB
rgb(213, 218, 231)HSL
hsl(223, 27%, 87%)OKLCH
oklch(0.888 0.019 269.1)CMYK
cmyk(8%, 6%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B9C1D7
2#9DA8C6
3#8090B6
4#6477A6
5#51628D
6#414E71
7#313B55
8#202738
9#10141C
Tints
Lighter variations
1#D9DEE9
2#DDE1EC
3#E2E5EE
4#E6E9F0
5#EAECF3
6#EEF0F5
7#F2F4F8
8#F7F8FA
9#FBFBFD
Tones
Muted variations
1#D6DAE6
2#D7DBE5
3#D8DBE4
4#D8DCE3
5#D9DCE2
6#DADCE1
7#DBDDE1
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 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BD #B5BDD4 | BordersInactive statesPlaceholder text |
| 400 | 8E9B #8E9BBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D7F #6D7FAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5263 #52638E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 414F #414F71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F38 #2F3851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E24 #1E2434 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F6F9;
--lavender-100: #E8EBF2;
--lavender-200: #D5DAE7;
--lavender-300: #B5BDD4;
--lavender-400: #8E9BBE;
--lavender-500: #6D7FAB;
--lavender-600: #52638E;
--lavender-700: #414F71;
--lavender-800: #2F3851;
--lavender-900: #1E2434;
--lavender-950: #131720;
}