Lavender
#D0D4EC
BlueColor Codes
All color formats for development
HEX
#D0D4ECRGB
rgb(208, 212, 236)HSL
hsl(231, 42%, 87%)OKLCH
oklch(0.874 0.033 278.2)CMYK
cmyk(12%, 10%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0B7DF
2#919BD2
3#717EC5
4#5261B8
5#404E9E
6#333F7E
7#272F5F
8#1A1F3F
9#0D1020
Tints
Lighter variations
1#D5D8EE
2#D9DDF0
3#DEE1F2
4#E3E5F3
5#E7EAF5
6#ECEEF7
7#F1F2F9
8#F6F6FB
9#FAFBFD
Tones
Muted variations
1#D1D5EA
2#D3D6E9
3#D4D7E8
4#D5D8E6
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 | D0D4 #D0D4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB3 #ACB3DD | BordersInactive statesPlaceholder text |
| 400 | 808C #808CCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6B #5C6BBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 414F #414F9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 343F #343F7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 252D #252D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D3A | 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: #F4F5FB;
--lavender-100: #E6E8F5;
--lavender-200: #D0D4EC;
--lavender-300: #ACB3DD;
--lavender-400: #808CCB;
--lavender-500: #5C6BBC;
--lavender-600: #414F9F;
--lavender-700: #343F7F;
--lavender-800: #252D5B;
--lavender-900: #181D3A;
--lavender-950: #0F1224;
}