Lavender
#EEDBFF
PurpleColor Codes
All color formats for development
HEX
#EEDBFFRGB
rgb(238, 219, 255)HSL
hsl(272, 100%, 93%)OKLCH
oklch(0.918 0.052 309)CMYK
cmyk(7%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D8ACFF
2#C27CFF
3#AC4DFF
4#961EFF
5#7E00ED
6#6500BE
7#4C008E
8#33005F
9#19002F
Tints
Lighter variations
1#F0DFFF
2#F2E2FF
3#F3E6FF
4#F5EAFF
5#F7EDFF
6#F8F1FF
7#FAF4FF
8#FCF8FF
9#FDFBFF
Tones
Muted variations
1#EEDDFD
2#EEDFFB
3#EEE1FA
4#EEE2F8
5#EEE4F6
6#EEE6F4
7#EEE8F3
8#EDEAF1
9#EDEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDB #EEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BD #E0BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C88A #C88AFF | BordersInactive statesPlaceholder text |
| 400 | AC4D #AC4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 941A #941AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7800 #7800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F00 #5F00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4400 #440080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C00 #2C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1B00 #1B0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F0FF;
--lavender-100: #EEDBFF;
--lavender-200: #E0BDFF;
--lavender-300: #C88AFF;
--lavender-400: #AC4DFF;
--lavender-500: #941AFF;
--lavender-600: #7800E0;
--lavender-700: #5F00B3;
--lavender-800: #440080;
--lavender-900: #2C0052;
--lavender-950: #1B0033;
}