Lavender
#ECDBFF
PurpleColor Codes
All color formats for development
HEX
#ECDBFFRGB
rgb(236, 219, 255)HSL
hsl(268, 100%, 93%)OKLCH
oklch(0.916 0.052 306.7)CMYK
cmyk(7%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D3ACFF
2#B97CFF
3#A04DFF
4#871EFF
5#6F00ED
6#5900BE
7#42008E
8#2C005F
9#16002F
Tints
Lighter variations
1#EEDFFF
2#F0E2FF
3#F2E6FF
4#F4EAFF
5#F5EDFF
6#F7F1FF
7#F9F4FF
8#FBF8FF
9#FDFBFF
Tones
Muted variations
1#ECDDFD
2#ECDFFB
3#ECE1FA
4#ECE2F8
5#EDE4F6
6#EDE6F4
7#EDE8F3
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 | ECDB #ECDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBD #DCBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C08A #C08AFF | BordersInactive statesPlaceholder text |
| 400 | A04D #A04DFF | Disabled statesSecondary iconsMuted text |
| 500 | 851A #851AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6900 #6900E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5300 #5300B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C00 #3C0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2600 #260052 | Primary textHigh emphasis contentDark headings |
| 950 | 1800 #180033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F0FF;
--lavender-100: #ECDBFF;
--lavender-200: #DCBDFF;
--lavender-300: #C08AFF;
--lavender-400: #A04DFF;
--lavender-500: #851AFF;
--lavender-600: #6900E0;
--lavender-700: #5300B3;
--lavender-800: #3C0080;
--lavender-900: #260052;
--lavender-950: #180033;
}