Lavender
#D0DFEC
BlueColor Codes
All color formats for development
HEX
#D0DFECRGB
rgb(208, 223, 236)HSL
hsl(208, 42%, 87%)OKLCH
oklch(0.896 0.024 244.2)CMYK
cmyk(12%, 6%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0C9DF
2#91B4D2
3#719EC5
4#5289B8
5#40729E
6#335B7E
7#27445F
8#1A2E3F
9#0D1720
Tints
Lighter variations
1#D5E2EE
2#D9E5F0
3#DEE8F2
4#E3ECF3
5#E7EFF5
6#ECF2F7
7#F1F5F9
8#F6F9FB
9#FAFCFD
Tones
Muted variations
1#D1DFEA
2#D3DFE9
3#D4DEE8
4#D5DEE6
5#D7DEE5
6#D8DEE3
7#DADEE2
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 | E6EE #E6EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DF #D0DFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC6 #ACC6DD | BordersInactive statesPlaceholder text |
| 400 | 80A8 #80A8CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C8F #5C8FBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4173 #41739F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 345C #345C7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2542 #25425B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182A #182A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E6EEF5;
--lavender-200: #D0DFEC;
--lavender-300: #ACC6DD;
--lavender-400: #80A8CB;
--lavender-500: #5C8FBC;
--lavender-600: #41739F;
--lavender-700: #345C7F;
--lavender-800: #25425B;
--lavender-900: #182A3A;
--lavender-950: #0F1A24;
}