Lavender
#ECDDFE
PurpleColor Codes
All color formats for development
HEX
#ECDDFERGB
rgb(236, 221, 254)HSL
hsl(267, 94%, 93%)OKLCH
oklch(0.92 0.047 306)CMYK
cmyk(7%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D2AEFD
2#B880FB
3#9E52FA
4#8424F8
5#6B07E6
6#5606B8
7#40048A
8#2B035C
9#15012E
Tints
Lighter variations
1#EDE0FE
2#EFE3FE
3#F1E7FE
4#F3EAFE
5#F5EEFE
6#F7F1FF
7#F9F5FF
8#FBF8FF
9#FDFCFF
Tones
Muted variations
1#ECDEFC
2#ECE0FB
3#ECE1F9
4#ECE3F7
5#ECE5F6
6#ECE6F4
7#EDE8F2
8#EDEAF1
9#EDEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBF #DBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8D #BF8DFB | BordersInactive statesPlaceholder text |
| 400 | 9D52 #9D52FA | Disabled statesSecondary iconsMuted text |
| 500 | 8120 #8120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6607 #6607DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5105 #5105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A04 #3A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2502 #25024F | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F0FF;
--lavender-100: #EBDCFE;
--lavender-200: #DBBFFD;
--lavender-300: #BF8DFB;
--lavender-400: #9D52FA;
--lavender-500: #8120F8;
--lavender-600: #6607DA;
--lavender-700: #5105AD;
--lavender-800: #3A047C;
--lavender-900: #25024F;
--lavender-950: #170231;
}