Lavender
#D1D8EB
BlueColor Codes
All color formats for development
HEX
#D1D8EBRGB
rgb(209, 216, 235)HSL
hsl(224, 39%, 87%)OKLCH
oklch(0.883 0.027 269.6)CMYK
cmyk(11%, 8%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B2BEDD
2#93A3D0
3#7489C2
4#566FB5
5#445B9A
6#36497B
7#29365D
8#1B243E
9#0E121F
Tints
Lighter variations
1#D6DCED
2#DAE0EF
3#DFE4F1
4#E3E7F3
5#E8EBF5
6#EDEFF7
7#F1F3F9
8#F6F7FB
9#FAFBFD
Tones
Muted variations
1#D2D8E9
2#D4D9E8
3#D5DAE7
4#D6DAE6
5#D7DBE4
6#D9DBE3
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 | D1D8 #D1D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBA #ADBADB | BordersInactive statesPlaceholder text |
| 400 | 8396 #8396C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F77 #5F77B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445C #445C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3649 #36497C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2734 #273459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1921 #192139 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FA;
--lavender-100: #E6EAF4;
--lavender-200: #D1D8EB;
--lavender-300: #ADBADB;
--lavender-400: #8396C9;
--lavender-500: #5F77B9;
--lavender-600: #445C9C;
--lavender-700: #36497C;
--lavender-800: #273459;
--lavender-900: #192139;
--lavender-950: #101523;
}