Lavender
#D8E3E4
CyanColor Codes
All color formats for development
HEX
#D8E3E4RGB
rgb(216, 227, 228)HSL
hsl(185, 18%, 87%)OKLCH
oklch(0.908 0.012 203.5)CMYK
cmyk(5%, 0%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BED0D2
2#A4BDBF
3#89AAAD
4#6F979B
5#5B8083
6#496669
7#374D4F
8#243334
9#121A1A
Tints
Lighter variations
1#DCE6E7
2#E0E8E9
3#E4EBEC
4#E8EEEF
5#EBF1F1
6#EFF4F4
7#F3F7F7
8#F7F9FA
9#FBFCFC
Tones
Muted variations
1#D8E2E3
2#D9E2E3
3#DAE1E2
4#DAE1E1
5#DBE0E1
6#DBE0E0
7#DCDFE0
8#DDDFDF
9#DDDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACD #BACDCF | BordersInactive statesPlaceholder text |
| 400 | 96B3 #96B3B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789D #789DA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C81 #5C8184 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4967 #496769 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3449 #34494B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F30 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F8F9;
--lavender-100: #EAF0F0;
--lavender-200: #D8E3E4;
--lavender-300: #BACDCF;
--lavender-400: #96B3B6;
--lavender-500: #789DA1;
--lavender-600: #5C8184;
--lavender-700: #496769;
--lavender-800: #34494B;
--lavender-900: #212F30;
--lavender-950: #151D1E;
}