Lavender
#D0E2EC
BlueColor Codes
All color formats for development
HEX
#D0E2ECRGB
rgb(208, 226, 236)HSL
hsl(201, 42%, 87%)OKLCH
oklch(0.902 0.024 231.9)CMYK
cmyk(12%, 4%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0CFDF
2#91BBD2
3#71A8C5
4#5294B8
5#407D9E
6#33647E
7#274B5F
8#1A323F
9#0D1920
Tints
Lighter variations
1#D5E5EE
2#D9E8F0
3#DEEBF2
4#E3EEF3
5#E7F1F5
6#ECF3F7
7#F1F6F9
8#F6F9FB
9#FAFCFD
Tones
Muted variations
1#D1E2EA
2#D3E1E9
3#D4E1E8
4#D5E0E6
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 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E2 #D0E2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCC #ACCCDD | BordersInactive statesPlaceholder text |
| 400 | 80B1 #80B1CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C9B #5C9BBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 417E #417E9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3464 #34647F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2548 #25485B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182E #182E3A | 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: #F4F8FB;
--lavender-100: #E6EFF5;
--lavender-200: #D0E2EC;
--lavender-300: #ACCCDD;
--lavender-400: #80B1CB;
--lavender-500: #5C9BBC;
--lavender-600: #417E9F;
--lavender-700: #34647F;
--lavender-800: #25485B;
--lavender-900: #182E3A;
--lavender-950: #0F1D24;
}