Lavender
#D3DDE9
BlueColor Codes
All color formats for development
HEX
#D3DDE9RGB
rgb(211, 221, 233)HSL
hsl(213, 33%, 87%)OKLCH
oklch(0.894 0.02 252.9)CMYK
cmyk(9%, 5%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5C6DA
2#98AFCB
3#7A98BC
4#5D81AD
5#4A6B94
6#3B5676
7#2D4059
8#1E2B3B
9#0F151E
Tints
Lighter variations
1#D7E0EB
2#DCE4ED
3#E0E7EF
4#E5EAF2
5#E9EEF4
6#EDF1F6
7#F2F5F8
8#F6F8FB
9#FBFCFD
Tones
Muted variations
1#D4DDE8
2#D5DDE7
3#D6DDE6
4#D7DDE4
5#D8DDE3
6#D9DDE2
7#DBDEE1
8#DCDEE0
9#DDDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DD #D3DDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C2 #B1C2D8 | BordersInactive statesPlaceholder text |
| 400 | 88A3 #88A3C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6688 #6688B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B6C #4B6C95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C56 #3C5677 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3E #2B3E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B27 #1B2736 | Primary textHigh emphasis contentDark headings |
| 950 | 1119 #111922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F7FA;
--lavender-100: #E7EDF3;
--lavender-200: #D3DDE9;
--lavender-300: #B1C2D8;
--lavender-400: #88A3C3;
--lavender-500: #6688B2;
--lavender-600: #4B6C95;
--lavender-700: #3C5677;
--lavender-800: #2B3E55;
--lavender-900: #1B2736;
--lavender-950: #111922;
}