Lavender
#D0E1EC
BlueColor Codes
All color formats for development
HEX
#D0E1ECRGB
rgb(208, 225, 236)HSL
hsl(204, 42%, 87%)OKLCH
oklch(0.9 0.024 236)CMYK
cmyk(12%, 5%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0CCDF
2#91B8D2
3#71A4C5
4#528FB8
5#40789E
6#33607E
7#27485F
8#1A303F
9#0D1820
Tints
Lighter variations
1#D5E4EE
2#D9E7F0
3#DEEAF2
4#E3EDF3
5#E7F0F5
6#ECF3F7
7#F1F6F9
8#F6F9FB
9#FAFCFD
Tones
Muted variations
1#D1E0EA
2#D3E0E9
3#D4E0E8
4#D5E0E6
5#D7DFE5
6#D8DFE3
7#DADFE2
8#DBDEE1
9#DCDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E1 #D0E1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC9 #ACC9DD | BordersInactive statesPlaceholder text |
| 400 | 80AD #80ADCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C96 #5C96BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 417A #417A9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3461 #34617F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2545 #25455B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182C #182C3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E6EFF5;
--lavender-200: #D0E1EC;
--lavender-300: #ACC9DD;
--lavender-400: #80ADCB;
--lavender-500: #5C96BC;
--lavender-600: #417A9F;
--lavender-700: #34617F;
--lavender-800: #25455B;
--lavender-900: #182C3A;
--lavender-950: #0F1C24;
}