Lavender
#D2D6EA
BlueColor Codes
All color formats for development
HEX
#D2D6EARGB
rgb(210, 214, 234)HSL
hsl(230, 36%, 87%)OKLCH
oklch(0.879 0.028 276.8)CMYK
cmyk(10%, 9%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B4BADC
2#969FCD
3#7783BF
4#5968B1
5#475497
6#394379
7#2B335B
8#1C223C
9#0E111E
Tints
Lighter variations
1#D6DAEC
2#DBDEEE
3#DFE2F0
4#E4E6F2
5#E8EAF4
6#EDEFF7
7#F1F3F9
8#F6F7FB
9#FAFBFD
Tones
Muted variations
1#D3D7E9
2#D4D7E7
3#D5D8E6
4#D7D9E5
5#D8DAE4
6#D9DBE3
7#DADBE1
8#DBDCE0
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB6 #AFB6D9 | BordersInactive statesPlaceholder text |
| 400 | 8690 #8690C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6371 #6371B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4855 #485599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3944 #394479 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2930 #293057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F37 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F6FA;
--lavender-100: #E7E9F4;
--lavender-200: #D2D6EA;
--lavender-300: #AFB6D9;
--lavender-400: #8690C6;
--lavender-500: #6371B6;
--lavender-600: #485599;
--lavender-700: #394479;
--lavender-800: #293057;
--lavender-900: #1A1F37;
--lavender-950: #101323;
}