Lavender
#D0DEEC
BlueColor Codes
All color formats for development
HEX
#D0DEECRGB
rgb(208, 222, 236)HSL
hsl(210, 42%, 87%)OKLCH
oklch(0.894 0.024 248.1)CMYK
cmyk(12%, 6%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0C8DF
2#91B1D2
3#719BC5
4#5285B8
5#406F9E
6#33597E
7#27435F
8#1A2C3F
9#0D1620
Tints
Lighter variations
1#D5E1EE
2#D9E4F0
3#DEE8F2
4#E3EBF3
5#E7EEF5
6#ECF2F7
7#F1F5F9
8#F6F8FB
9#FAFCFD
Tones
Muted variations
1#D1DEEA
2#D3DEE9
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 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DE #D0DEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC4 #ACC4DD | BordersInactive statesPlaceholder text |
| 400 | 80A6 #80A6CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C8C #5C8CBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4170 #41709F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3459 #34597F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2540 #25405B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1829 #18293A | 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: #F4F7FB;
--lavender-100: #E6EDF5;
--lavender-200: #D0DEEC;
--lavender-300: #ACC4DD;
--lavender-400: #80A6CB;
--lavender-500: #5C8CBC;
--lavender-600: #41709F;
--lavender-700: #34597F;
--lavender-800: #25405B;
--lavender-900: #18293A;
--lavender-950: #0F1A24;
}