Lavender
#D0D9EC
BlueColor Codes
All color formats for development
HEX
#D0D9ECRGB
rgb(208, 217, 236)HSL
hsl(221, 42%, 87%)OKLCH
oklch(0.884 0.028 265.4)CMYK
cmyk(12%, 8%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0BFDF
2#91A6D2
3#718CC5
4#5272B8
5#405E9E
6#334B7E
7#27385F
8#1A263F
9#0D1320
Tints
Lighter variations
1#D5DDEE
2#D9E0F0
3#DEE4F2
4#E3E8F3
5#E7ECF5
6#ECF0F7
7#F1F4F9
8#F6F7FB
9#FAFBFD
Tones
Muted variations
1#D1D9EA
2#D3DAE9
3#D4DAE8
4#D5DBE6
5#D7DBE5
6#D8DCE3
7#DADCE2
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 | E6EA #E6EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D9 #D0D9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBB #ACBBDD | BordersInactive statesPlaceholder text |
| 400 | 8098 #8098CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C7B #5C7BBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 415F #415F9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 344C #344C7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2536 #25365B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1823 #18233A | 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: #E6EAF5;
--lavender-200: #D0D9EC;
--lavender-300: #ACBBDD;
--lavender-400: #8098CB;
--lavender-500: #5C7BBC;
--lavender-600: #415F9F;
--lavender-700: #344C7F;
--lavender-800: #25365B;
--lavender-900: #18233A;
--lavender-950: #0F1624;
}