Lavender
#D1D7EB
BlueColor Codes
All color formats for development
HEX
#D1D7EBRGB
rgb(209, 215, 235)HSL
hsl(226, 39%, 87%)OKLCH
oklch(0.881 0.028 272.5)CMYK
cmyk(11%, 9%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B2BCDD
2#93A1D0
3#7487C2
4#566CB5
5#44589A
6#36467B
7#29355D
8#1B233E
9#0E121F
Tints
Lighter variations
1#D6DBED
2#DADFEF
3#DFE3F1
4#E3E7F3
5#E8EBF5
6#EDEFF7
7#F1F3F9
8#F6F7FB
9#FAFBFD
Tones
Muted variations
1#D2D8E9
2#D4D8E8
3#D5D9E7
4#D6DAE6
5#D7DAE4
6#D9DBE3
7#DADCE2
8#DBDCE0
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB8 #ADB8DB | BordersInactive statesPlaceholder text |
| 400 | 8393 #8393C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F74 #5F74B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4459 #44599C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3647 #36477C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2732 #273259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1920 #192039 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FA;
--lavender-100: #E6E9F4;
--lavender-200: #D1D7EB;
--lavender-300: #ADB8DB;
--lavender-400: #8393C9;
--lavender-500: #5F74B9;
--lavender-600: #44599C;
--lavender-700: #36477C;
--lavender-800: #273259;
--lavender-900: #192039;
--lavender-950: #101423;
}