Lavender
#D0DDEB
BlueColor Codes
All color formats for development
HEX
#D0DDEBRGB
rgb(208, 221, 235)HSL
hsl(211, 40%, 87%)OKLCH
oklch(0.892 0.024 250.1)CMYK
cmyk(11%, 6%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B2C7DE
2#92B0D0
3#739AC3
4#5483B6
5#436D9B
6#35587C
7#28425D
8#1B2C3E
9#0D161F
Tints
Lighter variations
1#D5E1ED
2#DAE4EF
3#DFE7F1
4#E3EBF3
5#E8EEF5
6#ECF2F7
7#F1F5F9
8#F6F8FB
9#FAFCFD
Tones
Muted variations
1#D2DDEA
2#D3DDE8
3#D5DEE7
4#D6DEE6
5#D7DEE4
6#D9DEE3
7#DADEE2
8#DBDEE1
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 | ADC4 #ADC4DC | BordersInactive statesPlaceholder text |
| 400 | 82A5 #82A5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E8B #5E8BBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 436F #436F9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3658 #36587D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263F #263F59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1828 #182839 | Primary textHigh emphasis contentDark headings |
| 950 | 0F19 #0F1924 | 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: #ADC4DC;
--lavender-400: #82A5C9;
--lavender-500: #5E8BBA;
--lavender-600: #436F9D;
--lavender-700: #36587D;
--lavender-800: #263F59;
--lavender-900: #182839;
--lavender-950: #0F1924;
}