Lavender
#EADDFD
PurpleColor Codes
All color formats for development
HEX
#EADDFDRGB
rgb(234, 221, 253)HSL
hsl(264, 89%, 93%)OKLCH
oklch(0.918 0.045 303.9)CMYK
cmyk(8%, 13%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CEB0FA
2#B284F8
3#9657F5
4#7A2AF3
5#610DE0
6#4E0AB3
7#3A0886
8#27055A
9#13032D
Tints
Lighter variations
1#ECE1FD
2#EEE4FD
3#F0E7FE
4#F2EBFE
5#F4EEFE
6#F7F2FE
7#F9F5FE
8#FBF8FF
9#FDFCFF
Tones
Muted variations
1#EADFFB
2#EBE0FA
3#EBE2F8
4#EBE4F7
5#ECE5F5
6#ECE7F4
7#ECE8F2
8#EDEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C0 #D8C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BA90 #BA90F9 | BordersInactive statesPlaceholder text |
| 400 | 9656 #9656F5 | Disabled statesSecondary iconsMuted text |
| 500 | 7826 #7826F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0C #5C0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 490A #490AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3407 #340778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2204 #22044D | Primary textHigh emphasis contentDark headings |
| 950 | 1503 #150330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F1FE;
--lavender-100: #EADDFD;
--lavender-200: #D8C0FB;
--lavender-300: #BA90F9;
--lavender-400: #9656F5;
--lavender-500: #7826F2;
--lavender-600: #5C0CD4;
--lavender-700: #490AA9;
--lavender-800: #340778;
--lavender-900: #22044D;
--lavender-950: #150330;
}