Lavender
#D0D6EC
BlueColor Codes
All color formats for development
HEX
#D0D6ECRGB
rgb(208, 214, 236)HSL
hsl(227, 42%, 87%)OKLCH
oklch(0.878 0.031 273.6)CMYK
cmyk(12%, 9%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0BADF
2#919FD2
3#7184C5
4#5268B8
5#40559E
6#33447E
7#27335F
8#1A223F
9#0D1120
Tints
Lighter variations
1#D5DAEE
2#D9DEF0
3#DEE2F2
4#E3E6F3
5#E7EAF5
6#ECEFF7
7#F1F3F9
8#F6F7FB
9#FAFBFD
Tones
Muted variations
1#D1D7EA
2#D3D8E9
3#D4D8E8
4#D5D9E6
5#D7DAE5
6#D8DBE3
7#DADBE2
8#DBDCE1
9#DCDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D6 #D0D6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB6 #ACB6DD | BordersInactive statesPlaceholder text |
| 400 | 8091 #8091CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C71 #5C71BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4155 #41559F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3444 #34447F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2531 #25315B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181F #181F3A | 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: #F4F6FB;
--lavender-100: #E6E9F5;
--lavender-200: #D0D6EC;
--lavender-300: #ACB6DD;
--lavender-400: #8091CB;
--lavender-500: #5C71BC;
--lavender-600: #41559F;
--lavender-700: #34447F;
--lavender-800: #25315B;
--lavender-900: #181F3A;
--lavender-950: #0F1324;
}