Lavender
#EEDEFD
PurpleColor Codes
All color formats for development
HEX
#EEDEFDRGB
rgb(238, 222, 253)HSL
hsl(271, 89%, 93%)OKLCH
oklch(0.923 0.045 308.6)CMYK
cmyk(6%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D7B0FA
2#C084F8
3#A957F5
4#922AF3
5#7A0DE0
6#620AB3
7#490886
8#31055A
9#18032D
Tints
Lighter variations
1#EFE1FD
2#F1E4FD
3#F3E7FE
4#F5EBFE
5#F6EEFE
6#F8F2FE
7#FAF5FE
8#FCF8FF
9#FDFCFF
Tones
Muted variations
1#EEDFFB
2#EEE0FA
3#EEE2F8
4#EDE4F7
5#EDE5F5
6#EDE7F4
7#EDE8F2
8#EDEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC0 #DFC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C690 #C690F9 | BordersInactive statesPlaceholder text |
| 400 | A856 #A856F5 | Disabled statesSecondary iconsMuted text |
| 500 | 9026 #9026F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 740C #740CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0A #5C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4207 #420778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A04 #2A044D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F1FE;
--lavender-100: #EEDDFD;
--lavender-200: #DFC0FB;
--lavender-300: #C690F9;
--lavender-400: #A856F5;
--lavender-500: #9026F2;
--lavender-600: #740CD4;
--lavender-700: #5C0AA9;
--lavender-800: #420778;
--lavender-900: #2A044D;
--lavender-950: #1A0330;
}