Lavender
#D0D5EC
BlueColor Codes
All color formats for development
HEX
#D0D5ECRGB
rgb(208, 213, 236)HSL
hsl(229, 42%, 87%)OKLCH
oklch(0.876 0.032 276)CMYK
cmyk(12%, 10%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0B9DF
2#919DD2
3#7181C5
4#5265B8
5#40519E
6#33417E
7#27315F
8#1A213F
9#0D1020
Tints
Lighter variations
1#D5D9EE
2#D9DDF0
3#DEE2F2
4#E3E6F3
5#E7EAF5
6#ECEEF7
7#F1F2F9
8#F6F7FB
9#FAFBFD
Tones
Muted variations
1#D1D6EA
2#D3D7E9
3#D4D8E8
4#D5D9E6
5#D7D9E5
6#D8DAE3
7#DADBE2
8#DBDCE1
9#DCDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB5 #ACB5DD | BordersInactive statesPlaceholder text |
| 400 | 808E #808ECB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6E #5C6EBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4152 #41529F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3442 #34427F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 252F #252F5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181E #181E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FB;
--lavender-100: #E6E8F5;
--lavender-200: #D0D5EC;
--lavender-300: #ACB5DD;
--lavender-400: #808ECB;
--lavender-500: #5C6EBC;
--lavender-600: #41529F;
--lavender-700: #34427F;
--lavender-800: #252F5B;
--lavender-900: #181E3A;
--lavender-950: #0F1324;
}