Lavender
#D6DAE6
BlueColor Codes
All color formats for development
HEX
#D6DAE6RGB
rgb(214, 218, 230)HSL
hsl(225, 24%, 87%)OKLCH
oklch(0.889 0.017 271.2)CMYK
cmyk(7%, 5%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAC1D5
2#9FA8C4
3#838FB3
4#6876A2
5#54628A
6#434E6E
7#333B53
8#222737
9#11141C
Tints
Lighter variations
1#DADEE8
2#DEE1EB
3#E2E5ED
4#E6E9F0
5#EAECF2
6#EFF0F5
7#F3F4F7
8#F7F8FA
9#FBFBFC
Tones
Muted variations
1#D7DAE5
2#D7DBE4
3#D8DBE3
4#D9DBE3
5#DADCE2
6#DBDCE1
7#DBDDE0
8#DCDDDF
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DA #D6DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BD #B6BDD2 | BordersInactive statesPlaceholder text |
| 400 | 909B #909BBB | Disabled statesSecondary iconsMuted text |
| 500 | 717E #717EA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5563 #55638B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 444F #444F6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3038 #30384F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F24 #1F2433 | Primary textHigh emphasis contentDark headings |
| 950 | 1316 #131620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F6F9;
--lavender-100: #E9EBF1;
--lavender-200: #D6DAE6;
--lavender-300: #B6BDD2;
--lavender-400: #909BBB;
--lavender-500: #717EA8;
--lavender-600: #55638B;
--lavender-700: #444F6F;
--lavender-800: #30384F;
--lavender-900: #1F2433;
--lavender-950: #131620;
}