Lavender
#D1D6EB
BlueColor Codes
All color formats for development
HEX
#D1D6EBRGB
rgb(209, 214, 235)HSL
hsl(228, 39%, 87%)OKLCH
oklch(0.879 0.029 275.1)CMYK
cmyk(11%, 9%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B2BBDD
2#939FD0
3#7484C2
4#5669B5
5#44559A
6#36447B
7#29335D
8#1B223E
9#0E111F
Tints
Lighter variations
1#D6DAED
2#DADEEF
3#DFE2F1
4#E3E6F3
5#E8EBF5
6#EDEFF7
7#F1F3F9
8#F6F7FB
9#FAFBFD
Tones
Muted variations
1#D2D7E9
2#D4D8E8
3#D5D8E7
4#D6D9E6
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 | D1D6 #D1D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB7 #ADB7DB | BordersInactive statesPlaceholder text |
| 400 | 8391 #8391C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F71 #5F71B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4456 #44569C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3644 #36447C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2731 #273159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191F #191F39 | 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: #D1D6EB;
--lavender-300: #ADB7DB;
--lavender-400: #8391C9;
--lavender-500: #5F71B9;
--lavender-600: #44569C;
--lavender-700: #36447C;
--lavender-800: #273159;
--lavender-900: #191F39;
--lavender-950: #101423;
}