Lavender
#ECDDFD
PurpleColor Codes
All color formats for development
HEX
#ECDDFDRGB
rgb(236, 221, 253)HSL
hsl(268, 89%, 93%)OKLCH
oklch(0.919 0.046 306.6)CMYK
cmyk(7%, 13%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D3B0FA
2#BA84F8
3#A157F5
4#882AF3
5#700DE0
6#590AB3
7#430886
8#2D055A
9#16032D
Tints
Lighter variations
1#EEE1FD
2#F0E4FD
3#F2E7FE
4#F4EBFE
5#F6EEFE
6#F7F2FE
7#F9F5FE
8#FBF8FF
9#FDFCFF
Tones
Muted variations
1#ECDFFB
2#ECE0FA
3#ECE2F8
4#EDE4F7
5#EDE5F5
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 | DCC0 #DCC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C190 #C190F9 | BordersInactive statesPlaceholder text |
| 400 | A056 #A056F5 | Disabled statesSecondary iconsMuted text |
| 500 | 8526 #8526F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A0C #6A0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540A #540AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C07 #3C0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2604 #26044D | Primary textHigh emphasis contentDark headings |
| 950 | 1803 #180330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F1FE;
--lavender-100: #ECDDFD;
--lavender-200: #DCC0FB;
--lavender-300: #C190F9;
--lavender-400: #A056F5;
--lavender-500: #8526F2;
--lavender-600: #6A0CD4;
--lavender-700: #540AA9;
--lavender-800: #3C0778;
--lavender-900: #26044D;
--lavender-950: #180330;
}