Lavender
#EDDCFF
PurpleColor Codes
All color formats for development
HEX
#EDDCFFRGB
rgb(237, 220, 255)HSL
hsl(269, 100%, 93%)OKLCH
oklch(0.919 0.05 307.3)CMYK
cmyk(7%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D4ACFF
2#BC7CFF
3#A34DFF
4#8B1EFF
5#7300ED
6#5C00BE
7#45008E
8#2E005F
9#17002F
Tints
Lighter variations
1#EEDFFF
2#F0E2FF
3#F2E6FF
4#F4EAFF
5#F6EDFF
6#F8F1FF
7#F9F4FF
8#FBF8FF
9#FDFBFF
Tones
Muted variations
1#EDDDFD
2#EDDFFB
3#EDE1FA
4#EDE2F8
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 | EDDB #EDDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBD #DDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C28A #C28AFF | BordersInactive statesPlaceholder text |
| 400 | A34D #A34DFF | Disabled statesSecondary iconsMuted text |
| 500 | 881A #881AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6C00 #6C00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5600 #5600B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E00 #3E0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2700 #270052 | Primary textHigh emphasis contentDark headings |
| 950 | 1900 #190033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F0FF;
--lavender-100: #EDDBFF;
--lavender-200: #DDBDFF;
--lavender-300: #C28AFF;
--lavender-400: #A34DFF;
--lavender-500: #881AFF;
--lavender-600: #6C00E0;
--lavender-700: #5600B3;
--lavender-800: #3E0080;
--lavender-900: #270052;
--lavender-950: #190033;
}