Lavender
#EADEFD
PurpleColor Codes
All color formats for development
HEX
#EADEFDRGB
rgb(234, 222, 253)HSL
hsl(263, 89%, 93%)OKLCH
oklch(0.92 0.044 303.1)CMYK
cmyk(8%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CDB0FA
2#B084F8
3#9457F5
4#772AF3
5#5E0DE0
6#4B0AB3
7#380886
8#26055A
9#13032D
Tints
Lighter variations
1#ECE1FD
2#EEE4FD
3#F0E7FE
4#F2EBFE
5#F4EEFE
6#F6F2FE
7#F9F5FE
8#FBF8FF
9#FDFCFF
Tones
Muted variations
1#EADFFB
2#EAE0FA
3#EBE2F8
4#EBE4F7
5#EBE5F5
6#ECE7F4
7#ECE8F2
8#ECEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C0 #D7C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B890 #B890F9 | BordersInactive statesPlaceholder text |
| 400 | 9356 #9356F5 | Disabled statesSecondary iconsMuted text |
| 500 | 7426 #7426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590C #590CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470A #470AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3307 #330778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2004 #20044D | Primary textHigh emphasis contentDark headings |
| 950 | 1403 #140330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F1FE;
--lavender-100: #E9DDFD;
--lavender-200: #D7C0FB;
--lavender-300: #B890F9;
--lavender-400: #9356F5;
--lavender-500: #7426F2;
--lavender-600: #590CD4;
--lavender-700: #470AA9;
--lavender-800: #330778;
--lavender-900: #20044D;
--lavender-950: #140330;
}