Lavender
#D0D2EB
BlueColor Codes
All color formats for development
HEX
#D0D2EBRGB
rgb(208, 210, 235)HSL
hsl(236, 40%, 87%)OKLCH
oklch(0.87 0.034 282)CMYK
cmyk(11%, 11%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B2B4DE
2#9297D0
3#7379C3
4#545BB6
5#43489B
6#353A7C
7#282B5D
8#1B1D3E
9#0D0E1F
Tints
Lighter variations
1#D5D7ED
2#DADBEF
3#DFE0F1
4#E3E4F3
5#E8E9F5
6#ECEDF7
7#F1F2F9
8#F6F6FB
9#FAFBFD
Tones
Muted variations
1#D2D4EA
2#D3D5E8
3#D5D6E7
4#D6D7E6
5#D7D8E4
6#D9D9E3
7#DADAE2
8#DBDCE1
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D2 #D1D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB0 #ADB0DC | BordersInactive statesPlaceholder text |
| 400 | 8287 #8287C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E64 #5E64BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4349 #43499D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363A #363A7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262A #262A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181B #181B39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FA;
--lavender-100: #E6E7F4;
--lavender-200: #D1D2EB;
--lavender-300: #ADB0DC;
--lavender-400: #8287C9;
--lavender-500: #5E64BA;
--lavender-600: #43499D;
--lavender-700: #363A7D;
--lavender-800: #262A59;
--lavender-900: #181B39;
--lavender-950: #0F1124;
}