Lavender
#D5E3E6
CyanColor Codes
All color formats for development
HEX
#D5E3E6RGB
rgb(213, 227, 230)HSL
hsl(191, 25%, 87%)OKLCH
oklch(0.906 0.016 212)CMYK
cmyk(7%, 1%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAD0D5
2#9EBEC5
3#82ABB4
4#6798A4
5#53808B
6#43676F
7#324D53
8#213337
9#111A1C
Tints
Lighter variations
1#DAE6E9
2#DEE9EB
3#E2EBEE
4#E6EEF0
5#EAF1F3
6#EEF4F5
7#F3F7F8
8#F7F9FA
9#FBFCFD
Tones
Muted variations
1#D6E3E5
2#D7E2E4
3#D8E2E4
4#D9E1E3
5#DAE0E2
6#DBE0E1
7#DBDFE0
8#DCDFE0
9#DDDEDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E3 #D6E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CE #B6CED3 | BordersInactive statesPlaceholder text |
| 400 | 8FB4 #8FB4BC | Disabled statesSecondary iconsMuted text |
| 500 | 709E #709EA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5482 #54828C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4367 #436770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304A #304A50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2F #1F2F33 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F9F9;
--lavender-100: #E9F0F2;
--lavender-200: #D6E3E6;
--lavender-300: #B6CED3;
--lavender-400: #8FB4BC;
--lavender-500: #709EA9;
--lavender-600: #54828C;
--lavender-700: #436770;
--lavender-800: #304A50;
--lavender-900: #1F2F33;
--lavender-950: #131E20;
}