Lavender
#D0E3EC
BlueColor Codes
All color formats for development
HEX
#D0E3ECRGB
rgb(208, 227, 236)HSL
hsl(199, 42%, 87%)OKLCH
oklch(0.904 0.024 227.7)CMYK
cmyk(12%, 4%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0D0DF
2#91BDD2
3#71ABC5
4#5298B8
5#40809E
6#33667E
7#274D5F
8#1A333F
9#0D1A20
Tints
Lighter variations
1#D5E6EE
2#D9E9F0
3#DEEBF2
4#E3EEF3
5#E7F1F5
6#ECF4F7
7#F1F7F9
8#F6F9FB
9#FAFCFD
Tones
Muted variations
1#D1E2EA
2#D3E2E9
3#D4E1E8
4#D5E1E6
5#D7E0E5
6#D8E0E3
7#DADFE2
8#DBDFE1
9#DCDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E3 #D0E3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCD #ACCDDD | BordersInactive statesPlaceholder text |
| 400 | 80B3 #80B3CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C9E #5C9EBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4181 #41819F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3467 #34677F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 254A #254A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182F #182F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F9FB;
--lavender-100: #E6F0F5;
--lavender-200: #D0E3EC;
--lavender-300: #ACCDDD;
--lavender-400: #80B3CB;
--lavender-500: #5C9EBC;
--lavender-600: #41819F;
--lavender-700: #34677F;
--lavender-800: #254A5B;
--lavender-900: #182F3A;
--lavender-950: #0F1D24;
}