Lavender
#D1D9EB
BlueColor Codes
All color formats for development
HEX
#D1D9EBRGB
rgb(209, 217, 235)HSL
hsl(222, 39%, 87%)OKLCH
oklch(0.885 0.026 266.6)CMYK
cmyk(11%, 8%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B2BFDD
2#93A5D0
3#748CC2
4#5672B5
5#445E9A
6#364B7B
7#29385D
8#1B253E
9#0E131F
Tints
Lighter variations
1#D6DDED
2#DAE0EF
3#DFE4F1
4#E3E8F3
5#E8ECF5
6#EDF0F7
7#F1F4F9
8#F6F7FB
9#FAFBFD
Tones
Muted variations
1#D2D9E9
2#D4DAE8
3#D5DAE7
4#D6DBE6
5#D7DBE4
6#D9DCE3
7#DADCE2
8#DBDDE0
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D9 #D1D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBB #ADBBDB | BordersInactive statesPlaceholder text |
| 400 | 8398 #8398C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F7A #5F7AB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445F #445F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364B #364B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2736 #273659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1922 #192239 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FA;
--lavender-100: #E6EAF4;
--lavender-200: #D1D9EB;
--lavender-300: #ADBBDB;
--lavender-400: #8398C9;
--lavender-500: #5F7AB9;
--lavender-600: #445F9C;
--lavender-700: #364B7C;
--lavender-800: #273659;
--lavender-900: #192239;
--lavender-950: #101623;
}