Lavender
#D1D2EB
BlueColor Codes
All color formats for development
HEX
#D1D2EBRGB
rgb(209, 210, 235)HSL
hsl(238, 39%, 87%)OKLCH
oklch(0.871 0.034 283.8)CMYK
cmyk(11%, 11%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B2B4DD
2#9395D0
3#7477C2
4#5659B5
5#44479A
6#36387B
7#292A5D
8#1B1C3E
9#0E0E1F
Tints
Lighter variations
1#D6D6ED
2#DADBEF
3#DFDFF1
4#E3E4F3
5#E8E8F5
6#EDEDF7
7#F1F1F9
8#F6F6FB
9#FAFAFD
Tones
Muted variations
1#D2D3E9
2#D4D4E8
3#D5D5E7
4#D6D7E6
5#D7D8E4
6#D9D9E3
7#DADAE2
8#DBDBE0
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D2 #D1D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAF #ADAFDB | BordersInactive statesPlaceholder text |
| 400 | 8385 #8385C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F62 #5F62B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4447 #44479C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3639 #36397C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2729 #272959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191A #191A39 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F5FA;
--lavender-100: #E6E7F4;
--lavender-200: #D1D2EB;
--lavender-300: #ADAFDB;
--lavender-400: #8385C9;
--lavender-500: #5F62B9;
--lavender-600: #44479C;
--lavender-700: #36397C;
--lavender-800: #272959;
--lavender-900: #191A39;
--lavender-950: #101023;
}