Lavender
#D0D3EB
BlueColor Codes
All color formats for development
HEX
#D0D3EBRGB
rgb(208, 211, 235)HSL
hsl(233, 40%, 87%)OKLCH
oklch(0.872 0.033 280)CMYK
cmyk(11%, 10%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B2B7DE
2#929AD0
3#737DC3
4#5460B6
5#434D9B
6#353E7C
7#282E5D
8#1B1F3E
9#0D0F1F
Tints
Lighter variations
1#D5D8ED
2#DADCEF
3#DFE1F1
4#E3E5F3
5#E8E9F5
6#ECEEF7
7#F1F2F9
8#F6F6FB
9#FAFBFD
Tones
Muted variations
1#D2D5EA
2#D3D6E8
3#D5D7E7
4#D6D8E6
5#D7D9E4
6#D9DAE3
7#DADBE2
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 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D4 #D1D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB2 #ADB2DC | BordersInactive statesPlaceholder text |
| 400 | 828A #828AC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E69 #5E69BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 434E #434E9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363E #363E7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262C #262C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181C #181C39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FA;
--lavender-100: #E6E8F4;
--lavender-200: #D1D4EB;
--lavender-300: #ADB2DC;
--lavender-400: #828AC9;
--lavender-500: #5E69BA;
--lavender-600: #434E9D;
--lavender-700: #363E7D;
--lavender-800: #262C59;
--lavender-900: #181C39;
--lavender-950: #0F1224;
}