Lavender
#ECDEFD
PurpleColor Codes
All color formats for development
HEX
#ECDEFDRGB
rgb(236, 222, 253)HSL
hsl(267, 89%, 93%)OKLCH
oklch(0.921 0.044 305.9)CMYK
cmyk(7%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D2B0FA
2#B884F8
3#9E57F5
4#842AF3
5#6C0DE0
6#560AB3
7#410886
8#2B055A
9#16032D
Tints
Lighter variations
1#EEE1FD
2#EFE4FD
3#F1E7FE
4#F3EBFE
5#F5EEFE
6#F7F2FE
7#F9F5FE
8#FBF8FF
9#FDFCFF
Tones
Muted variations
1#ECDFFB
2#ECE0FA
3#ECE2F8
4#ECE4F7
5#ECE5F5
6#EDE7F4
7#EDE8F2
8#EDEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDD #ECDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC0 #DBC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BF90 #BF90F9 | BordersInactive statesPlaceholder text |
| 400 | 9E56 #9E56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 8226 #8226F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 660C #660CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 510A #510AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A07 #3A0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2504 #25044D | Primary textHigh emphasis contentDark headings |
| 950 | 1703 #170330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F1FE;
--lavender-100: #ECDDFD;
--lavender-200: #DBC0FB;
--lavender-300: #BF90F9;
--lavender-400: #9E56F5;
--lavender-500: #8226F2;
--lavender-600: #660CD4;
--lavender-700: #510AA9;
--lavender-800: #3A0778;
--lavender-900: #25044D;
--lavender-950: #170330;
}