Lavender
#D1D1EB
BlueColor Codes
All color formats for development
HEX
#D1D1EBRGB
rgb(209, 209, 235)HSL
hsl(240, 39%, 87%)OKLCH
oklch(0.869 0.036 285.6)CMYK
cmyk(11%, 11%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B2B2DD
2#9393D0
3#7474C2
4#5656B5
5#44449A
6#36367B
7#29295D
8#1B1B3E
9#0E0E1F
Tints
Lighter variations
1#D6D6ED
2#DADAEF
3#DFDFF1
4#E3E3F3
5#E8E8F5
6#EDEDF7
7#F1F1F9
8#F6F6FB
9#FAFAFD
Tones
Muted variations
1#D2D2E9
2#D4D4E8
3#D5D5E7
4#D6D6E6
5#D7D7E4
6#D9D9E3
7#DADAE2
8#DBDBE0
9#DDDDDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D1 #D1D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAD #ADADDB | BordersInactive statesPlaceholder text |
| 400 | 8383 #8383C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F5F #5F5FB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4444 #44449C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3636 #36367C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2727 #272759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1919 #191939 | 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: #F4F4FA;
--lavender-100: #E6E6F4;
--lavender-200: #D1D1EB;
--lavender-300: #ADADDB;
--lavender-400: #8383C9;
--lavender-500: #5F5FB9;
--lavender-600: #44449C;
--lavender-700: #36367C;
--lavender-800: #272759;
--lavender-900: #191939;
--lavender-950: #101023;
}