Lavender
#D5E2E7
BlueColor Codes
All color formats for development
HEX
#D5E2E7RGB
rgb(213, 226, 231)HSL
hsl(197, 27%, 87%)OKLCH
oklch(0.904 0.016 222.7)CMYK
cmyk(8%, 2%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B9CED7
2#9DBBC6
3#80A7B6
4#6493A6
5#517C8D
6#416371
7#314A55
8#203238
9#10191C
Tints
Lighter variations
1#D9E5E9
2#DDE8EC
3#E2EBEE
4#E6EDF0
5#EAF0F3
6#EEF3F5
7#F2F6F8
8#F7F9FA
9#FBFCFD
Tones
Muted variations
1#D6E1E6
2#D7E1E5
3#D8E1E4
4#D8E0E3
5#D9E0E2
6#DADFE1
7#DBDFE1
8#DCDFE0
9#DDDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E2 #D5E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CB #B5CBD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB0 #8EB0BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D9A #6D9AAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 527D #527D8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4164 #416471 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F47 #2F4751 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2E #1E2E34 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F8F9;
--lavender-100: #E8EFF2;
--lavender-200: #D5E2E7;
--lavender-300: #B5CBD4;
--lavender-400: #8EB0BE;
--lavender-500: #6D9AAB;
--lavender-600: #527D8E;
--lavender-700: #416471;
--lavender-800: #2F4751;
--lavender-900: #1E2E34;
--lavender-950: #131C20;
}