Lavender
#D2D5EA
BlueColor Codes
All color formats for development
HEX
#D2D5EARGB
rgb(210, 213, 234)HSL
hsl(232, 36%, 87%)OKLCH
oklch(0.877 0.029 279.3)CMYK
cmyk(10%, 9%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B4B9DC
2#969DCD
3#7781BF
4#5965B1
5#475297
6#394179
7#2B315B
8#1C213C
9#0E101E
Tints
Lighter variations
1#D6D9EC
2#DBDDEE
3#DFE2F0
4#E4E6F2
5#E8EAF4
6#EDEEF7
7#F1F2F9
8#F6F7FB
9#FAFBFD
Tones
Muted variations
1#D3D6E9
2#D4D7E7
3#D5D8E6
4#D7D9E5
5#D8D9E4
6#D9DAE3
7#DADBE1
8#DBDCE0
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D5 #D2D5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB5 #AFB5D9 | BordersInactive statesPlaceholder text |
| 400 | 868E #868EC6 | Disabled statesSecondary iconsMuted text |
| 500 | 636E #636EB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4853 #485399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3942 #394279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292F #292F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1E #1A1E37 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F5FA;
--lavender-100: #E7E8F4;
--lavender-200: #D2D5EA;
--lavender-300: #AFB5D9;
--lavender-400: #868EC6;
--lavender-500: #636EB6;
--lavender-600: #485399;
--lavender-700: #394279;
--lavender-800: #292F57;
--lavender-900: #1A1E37;
--lavender-950: #101323;
}