Lavender
#D5D9E6
BlueColor Codes
All color formats for development
HEX
#D5D9E6RGB
rgb(213, 217, 230)HSL
hsl(226, 25%, 87%)OKLCH
oklch(0.886 0.018 272.3)CMYK
cmyk(7%, 6%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAC0D5
2#9EA7C5
3#828EB4
4#6775A4
5#53608B
6#434D6F
7#323A53
8#212637
9#11131C
Tints
Lighter variations
1#DADDE9
2#DEE1EB
3#E2E5EE
4#E6E8F0
5#EAECF3
6#EEF0F5
7#F3F4F8
8#F7F7FA
9#FBFBFD
Tones
Muted variations
1#D6DAE5
2#D7DAE4
3#D8DBE4
4#D9DBE3
5#DADCE2
6#DBDCE1
7#DBDDE0
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 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D9 #D6D9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BD #B6BDD3 | BordersInactive statesPlaceholder text |
| 400 | 8F9A #8F9ABC | Disabled statesSecondary iconsMuted text |
| 500 | 707D #707DA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5461 #54618C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434D #434D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3037 #303750 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F23 #1F2333 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F6F9;
--lavender-100: #E9EBF2;
--lavender-200: #D6D9E6;
--lavender-300: #B6BDD3;
--lavender-400: #8F9ABC;
--lavender-500: #707DA9;
--lavender-600: #54618C;
--lavender-700: #434D70;
--lavender-800: #303750;
--lavender-900: #1F2333;
--lavender-950: #131620;
}