Lavender
#D3DFE9
BlueColor Codes
All color formats for development
HEX
#D3DFE9RGB
rgb(211, 223, 233)HSL
hsl(207, 33%, 87%)OKLCH
oklch(0.898 0.019 243)CMYK
cmyk(9%, 4%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5C9DA
2#98B4CB
3#7A9FBC
4#5D89AD
5#4A7394
6#3B5C76
7#2D4559
8#1E2E3B
9#0F171E
Tints
Lighter variations
1#D7E2EB
2#DCE5ED
3#E0E9EF
4#E5ECF2
5#E9EFF4
6#EDF2F6
7#F2F5F8
8#F6F9FB
9#FBFCFD
Tones
Muted variations
1#D4DFE8
2#D5DFE7
3#D6DFE6
4#D7DFE4
5#D8DEE3
6#D9DEE2
7#DBDEE1
8#DCDEE0
9#DDDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DF #D3DFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C6 #B1C6D8 | BordersInactive statesPlaceholder text |
| 400 | 88A9 #88A9C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6690 #6690B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B74 #4B7495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5C #3C5C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B42 #2B4255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2A #1B2A36 | Primary textHigh emphasis contentDark headings |
| 950 | 111A #111A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F8FA;
--lavender-100: #E7EEF3;
--lavender-200: #D3DFE9;
--lavender-300: #B1C6D8;
--lavender-400: #88A9C3;
--lavender-500: #6690B2;
--lavender-600: #4B7495;
--lavender-700: #3C5C77;
--lavender-800: #2B4255;
--lavender-900: #1B2A36;
--lavender-950: #111A22;
}