Lavender
#EEDDFE
PurpleColor Codes
All color formats for development
HEX
#EEDDFERGB
rgb(238, 221, 254)HSL
hsl(271, 94%, 93%)OKLCH
oklch(0.921 0.048 308.5)CMYK
cmyk(6%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D7AEFD
2#C080FB
3#A952FA
4#9224F8
5#7A07E6
6#6206B8
7#49048A
8#31035C
9#18012E
Tints
Lighter variations
1#EFE0FE
2#F1E3FE
3#F3E7FE
4#F5EAFE
5#F6EEFE
6#F8F1FF
7#FAF5FF
8#FCF8FF
9#FDFCFF
Tones
Muted variations
1#EEDEFC
2#EEE0FB
3#EEE1F9
4#EDE3F7
5#EDE5F6
6#EDE6F4
7#EDE8F2
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 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBF #DFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C68D #C68DFB | BordersInactive statesPlaceholder text |
| 400 | A952 #A952FA | Disabled statesSecondary iconsMuted text |
| 500 | 9020 #9020F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7407 #7407DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C05 #5C05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4204 #42047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A02 #2A024F | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F0FF;
--lavender-100: #EEDCFE;
--lavender-200: #DFBFFD;
--lavender-300: #C68DFB;
--lavender-400: #A952FA;
--lavender-500: #9020F8;
--lavender-600: #7407DA;
--lavender-700: #5C05AD;
--lavender-800: #42047C;
--lavender-900: #2A024F;
--lavender-950: #1A0231;
}