Lavender
#E7DCFF
PurpleColor Codes
All color formats for development
HEX
#E7DCFFRGB
rgb(231, 220, 255)HSL
hsl(259, 100%, 93%)OKLCH
oklch(0.914 0.049 299.8)CMYK
cmyk(9%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6ACFF
2#A67CFF
3#854DFF
4#651EFF
5#4B00ED
6#3C00BE
7#2D008E
8#1E005F
9#0F002F
Tints
Lighter variations
1#E9DFFF
2#EBE2FF
3#EEE6FF
4#F0EAFF
5#F3EDFF
6#F5F1FF
7#F8F4FF
8#FAF8FF
9#FDFBFF
Tones
Muted variations
1#E7DDFD
2#E8DFFB
3#E9E1FA
4#E9E2F8
5#EAE4F6
6#EBE6F4
7#EBE8F3
8#ECEAF1
9#ECEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DB #E7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BD #D2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8A #AF8AFF | BordersInactive statesPlaceholder text |
| 400 | 854D #854DFF | Disabled statesSecondary iconsMuted text |
| 500 | 621A #621AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4700 #4700E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3900 #3900B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2800 #280080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A00 #1A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1000 #100033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F0FF;
--lavender-100: #E7DBFF;
--lavender-200: #D2BDFF;
--lavender-300: #AF8AFF;
--lavender-400: #854DFF;
--lavender-500: #621AFF;
--lavender-600: #4700E0;
--lavender-700: #3900B3;
--lavender-800: #280080;
--lavender-900: #1A0052;
--lavender-950: #100033;
}