Lavender
#D0E0EC
BlueColor Codes
All color formats for development
HEX
#D0E0ECRGB
rgb(208, 224, 236)HSL
hsl(206, 42%, 87%)OKLCH
oklch(0.898 0.024 240.1)CMYK
cmyk(12%, 5%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0CBDF
2#91B6D2
3#71A1C5
4#528CB8
5#40759E
6#335E7E
7#27465F
8#1A2F3F
9#0D1720
Tints
Lighter variations
1#D5E3EE
2#D9E6F0
3#DEE9F2
4#E3ECF3
5#E7EFF5
6#ECF2F7
7#F1F6F9
8#F6F9FB
9#FAFCFD
Tones
Muted variations
1#D1E0EA
2#D3DFE9
3#D4DFE8
4#D5DFE6
5#D7DFE5
6#D8DFE3
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 | D0E0 #D0E0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC8 #ACC8DD | BordersInactive statesPlaceholder text |
| 400 | 80AB #80ABCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C93 #5C93BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4176 #41769F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 345E #345E7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2543 #25435B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182B #182B3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1B #0F1B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E6EEF5;
--lavender-200: #D0E0EC;
--lavender-300: #ACC8DD;
--lavender-400: #80ABCB;
--lavender-500: #5C93BC;
--lavender-600: #41769F;
--lavender-700: #345E7F;
--lavender-800: #25435B;
--lavender-900: #182B3A;
--lavender-950: #0F1B24;
}