Lavender
#D3E0E9
BlueColor Codes
All color formats for development
HEX
#D3E0E9RGB
rgb(211, 224, 233)HSL
hsl(205, 33%, 87%)OKLCH
oklch(0.9 0.019 237.8)CMYK
cmyk(9%, 4%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5CBDA
2#98B6CB
3#7AA1BC
4#5D8CAD
5#4A7594
6#3B5E76
7#2D4659
8#1E2F3B
9#0F171E
Tints
Lighter variations
1#D7E3EB
2#DCE6ED
3#E0E9EF
4#E5ECF2
5#E9EFF4
6#EDF2F6
7#F2F6F8
8#F6F9FB
9#FBFCFD
Tones
Muted variations
1#D4DFE8
2#D5DFE7
3#D6DFE6
4#D7DFE4
5#D8DFE3
6#D9DFE2
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 | D3E0 #D3E0E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C8 #B1C8D8 | BordersInactive statesPlaceholder text |
| 400 | 88AB #88ABC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6693 #6693B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B76 #4B7695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5E #3C5E77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B43 #2B4355 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2B #1B2B36 | Primary textHigh emphasis contentDark headings |
| 950 | 111B #111B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F8FA;
--lavender-100: #E7EEF3;
--lavender-200: #D3E0E9;
--lavender-300: #B1C8D8;
--lavender-400: #88ABC3;
--lavender-500: #6693B2;
--lavender-600: #4B7695;
--lavender-700: #3C5E77;
--lavender-800: #2B4355;
--lavender-900: #1B2B36;
--lavender-950: #111B22;
}