Lavender
#D0D0EB
BlueColor Codes
All color formats for development
HEX
#D0D0EBRGB
rgb(208, 208, 235)HSL
hsl(240, 40%, 87%)OKLCH
oklch(0.866 0.037 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#B2B2DE
2#9292D0
3#7373C3
4#5454B6
5#43439B
6#35357C
7#28285D
8#1B1B3E
9#0D0D1F
Tints
Lighter variations
1#D5D5ED
2#DADAEF
3#DFDFF1
4#E3E3F3
5#E8E8F5
6#ECECF7
7#F1F1F9
8#F6F6FB
9#FAFAFD
Tones
Muted variations
1#D2D2EA
2#D3D3E8
3#D5D5E7
4#D6D6E6
5#D7D7E4
6#D9D9E3
7#DADAE2
8#DBDBE1
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 #ADADDC | BordersInactive statesPlaceholder text |
| 400 | 8282 #8282C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E5E #5E5EBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4343 #43439D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3636 #36367D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2626 #262659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1818 #181839 | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | 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: #ADADDC;
--lavender-400: #8282C9;
--lavender-500: #5E5EBA;
--lavender-600: #43439D;
--lavender-700: #36367D;
--lavender-800: #262659;
--lavender-900: #181839;
--lavender-950: #0F0F24;
}