Lavender
#D0DAEC
BlueColor Codes
All color formats for development
HEX
#D0DAECRGB
rgb(208, 218, 236)HSL
hsl(219, 42%, 87%)OKLCH
oklch(0.886 0.027 262.3)CMYK
cmyk(12%, 8%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0C1DF
2#91A8D2
3#718FC5
4#5276B8
5#40619E
6#334E7E
7#273A5F
8#1A273F
9#0D1320
Tints
Lighter variations
1#D5DDEE
2#D9E1F0
3#DEE5F2
4#E3E9F3
5#E7ECF5
6#ECF0F7
7#F1F4F9
8#F6F8FB
9#FAFBFD
Tones
Muted variations
1#D1DAEA
2#D3DBE9
3#D4DBE8
4#D5DBE6
5#D7DCE5
6#D8DCE3
7#DADDE2
8#DBDDE1
9#DCDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DA #D0DAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBD #ACBDDD | BordersInactive statesPlaceholder text |
| 400 | 809B #809BCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C7E #5C7EBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4162 #41629F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 344E #344E7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2538 #25385B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #18243A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FB;
--lavender-100: #E6EBF5;
--lavender-200: #D0DAEC;
--lavender-300: #ACBDDD;
--lavender-400: #809BCB;
--lavender-500: #5C7EBC;
--lavender-600: #41629F;
--lavender-700: #344E7F;
--lavender-800: #25385B;
--lavender-900: #18243A;
--lavender-950: #0F1624;
}