Lavender
#D1D4EB
BlueColor Codes
All color formats for development
HEX
#D1D4EBRGB
rgb(209, 212, 235)HSL
hsl(233, 39%, 87%)OKLCH
oklch(0.875 0.032 279.8)CMYK
cmyk(11%, 10%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B2B7DD
2#939AD0
3#747DC2
4#5661B5
5#444E9A
6#363E7B
7#292F5D
8#1B1F3E
9#0E101F
Tints
Lighter variations
1#D6D8ED
2#DADDEF
3#DFE1F1
4#E3E5F3
5#E8E9F5
6#EDEEF7
7#F1F2F9
8#F6F6FB
9#FAFBFD
Tones
Muted variations
1#D2D5E9
2#D4D6E8
3#D5D7E7
4#D6D8E6
5#D7D9E4
6#D9DAE3
7#DADBE2
8#DBDCE0
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D4 #D1D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB3 #ADB3DB | BordersInactive statesPlaceholder text |
| 400 | 838B #838BC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F6A #5F6AB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444F #444F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363F #363F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272D #272D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191D #191D39 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FA;
--lavender-100: #E6E8F4;
--lavender-200: #D1D4EB;
--lavender-300: #ADB3DB;
--lavender-400: #838BC9;
--lavender-500: #5F6AB9;
--lavender-600: #444F9C;
--lavender-700: #363F7C;
--lavender-800: #272D59;
--lavender-900: #191D39;
--lavender-950: #101223;
}