Lavender
#D2D8EA
BlueColor Codes
All color formats for development
HEX
#D2D8EARGB
rgb(210, 216, 234)HSL
hsl(225, 36%, 87%)OKLCH
oklch(0.883 0.026 271.1)CMYK
cmyk(10%, 8%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B4BEDC
2#96A4CD
3#7789BF
4#596FB1
5#475B97
6#394979
7#2B375B
8#1C243C
9#0E121E
Tints
Lighter variations
1#D6DCEC
2#DBE0EE
3#DFE4F0
4#E4E8F2
5#E8EBF4
6#EDEFF7
7#F1F3F9
8#F6F7FB
9#FAFBFD
Tones
Muted variations
1#D3D8E9
2#D4D9E7
3#D5DAE6
4#D7DAE5
5#D8DBE4
6#D9DBE3
7#DADCE1
8#DBDDE0
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D8 #D2D8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBA #AFBAD9 | BordersInactive statesPlaceholder text |
| 400 | 8696 #8696C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6378 #6378B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 485C #485C99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3949 #394979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2934 #293457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A21 #1A2137 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F6FA;
--lavender-100: #E7EAF4;
--lavender-200: #D2D8EA;
--lavender-300: #AFBAD9;
--lavender-400: #8696C6;
--lavender-500: #6378B6;
--lavender-600: #485C99;
--lavender-700: #394979;
--lavender-800: #293457;
--lavender-900: #1A2137;
--lavender-950: #101523;
}