Lavender
#D1E2EB
BlueColor Codes
All color formats for development
HEX
#D1E2EBRGB
rgb(209, 226, 235)HSL
hsl(201, 39%, 87%)OKLCH
oklch(0.903 0.022 230.6)CMYK
cmyk(11%, 4%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B2CEDD
2#93BBD0
3#74A7C2
4#5693B5
5#447C9A
6#36637B
7#294A5D
8#1B323E
9#0E191F
Tints
Lighter variations
1#D6E5ED
2#DAE8EF
3#DFEBF1
4#E3EDF3
5#E8F0F5
6#EDF3F7
7#F1F6F9
8#F6F9FB
9#FAFCFD
Tones
Muted variations
1#D2E1E9
2#D4E1E8
3#D5E1E7
4#D6E0E6
5#D7E0E4
6#D9DFE3
7#DADFE2
8#DBDFE0
9#DDDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E2 #D1E2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCB #ADCBDB | BordersInactive statesPlaceholder text |
| 400 | 83B0 #83B0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F9A #5F9AB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 447D #447D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3664 #36647C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2747 #274759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192E #192E39 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FA;
--lavender-100: #E6EFF4;
--lavender-200: #D1E2EB;
--lavender-300: #ADCBDB;
--lavender-400: #83B0C9;
--lavender-500: #5F9AB9;
--lavender-600: #447D9C;
--lavender-700: #36647C;
--lavender-800: #274759;
--lavender-900: #192E39;
--lavender-950: #101C23;
}