Lavender
#D1DDEB
BlueColor Codes
All color formats for development
HEX
#D1DDEBRGB
rgb(209, 221, 235)HSL
hsl(212, 39%, 87%)OKLCH
oklch(0.893 0.023 252.2)CMYK
cmyk(11%, 6%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B2C6DD
2#93AFD0
3#7499C2
4#5682B5
5#446C9A
6#36567B
7#29415D
8#1B2B3E
9#0E161F
Tints
Lighter variations
1#D6E0ED
2#DAE4EF
3#DFE7F1
4#E3EBF3
5#E8EEF5
6#EDF1F7
7#F1F5F9
8#F6F8FB
9#FAFCFD
Tones
Muted variations
1#D2DDE9
2#D4DDE8
3#D5DDE7
4#D6DDE6
5#D7DDE4
6#D9DEE3
7#DADEE2
8#DBDEE0
9#DDDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DD #D1DDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC3 #ADC3DB | BordersInactive statesPlaceholder text |
| 400 | 83A3 #83A3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F89 #5F89B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446D #446D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3657 #36577C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273E #273E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1928 #192839 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F7FA;
--lavender-100: #E6EDF4;
--lavender-200: #D1DDEB;
--lavender-300: #ADC3DB;
--lavender-400: #83A3C9;
--lavender-500: #5F89B9;
--lavender-600: #446D9C;
--lavender-700: #36577C;
--lavender-800: #273E59;
--lavender-900: #192839;
--lavender-950: #101923;
}