Lavender
#D0D7EC
BlueColor Codes
All color formats for development
HEX
#D0D7ECRGB
rgb(208, 215, 236)HSL
hsl(225, 42%, 87%)OKLCH
oklch(0.88 0.03 271.1)CMYK
cmyk(12%, 9%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B0BCDF
2#91A1D2
3#7186C5
4#526CB8
5#40589E
6#33467E
7#27355F
8#1A233F
9#0D1220
Tints
Lighter variations
1#D5DBEE
2#D9DFF0
3#DEE3F2
4#E3E7F3
5#E7EBF5
6#ECEFF7
7#F1F3F9
8#F6F7FB
9#FAFBFD
Tones
Muted variations
1#D1D8EA
2#D3D8E9
3#D4D9E8
4#D5DAE6
5#D7DAE5
6#D8DBE3
7#DADCE2
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 | D0D7 #D0D7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB8 #ACB8DD | BordersInactive statesPlaceholder text |
| 400 | 8093 #8093CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C74 #5C74BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4159 #41599F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3447 #34477F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2532 #25325B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #18203A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FB;
--lavender-100: #E6E9F5;
--lavender-200: #D0D7EC;
--lavender-300: #ACB8DD;
--lavender-400: #8093CB;
--lavender-500: #5C74BC;
--lavender-600: #41599F;
--lavender-700: #34477F;
--lavender-800: #25325B;
--lavender-900: #18203A;
--lavender-950: #0F1424;
}