Lavender
#EADBFF
PurpleColor Codes
All color formats for development
HEX
#EADBFFRGB
rgb(234, 219, 255)HSL
hsl(265, 100%, 93%)OKLCH
oklch(0.914 0.051 304.3)CMYK
cmyk(8%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CFACFF
2#B37CFF
3#974DFF
4#7C1EFF
5#6300ED
6#4F00BE
7#3B008E
8#28005F
9#14002F
Tints
Lighter variations
1#ECDFFF
2#EEE2FF
3#F0E6FF
4#F3EAFF
5#F5EDFF
6#F7F1FF
7#F9F4FF
8#FBF8FF
9#FDFBFF
Tones
Muted variations
1#EADDFD
2#EBDFFB
3#EBE1FA
4#EBE2F8
5#ECE4F6
6#ECE6F4
7#ECE8F3
8#EDEAF1
9#EDEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADB #EADBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BD #D8BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8A #BB8AFF | BordersInactive statesPlaceholder text |
| 400 | 974D #974DFF | Disabled statesSecondary iconsMuted text |
| 500 | 791A #791AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E00 #5E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A00 #4A00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3500 #350080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2200 #220052 | Primary textHigh emphasis contentDark headings |
| 950 | 1500 #150033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F0FF;
--lavender-100: #EADBFF;
--lavender-200: #D8BDFF;
--lavender-300: #BB8AFF;
--lavender-400: #974DFF;
--lavender-500: #791AFF;
--lavender-600: #5E00E0;
--lavender-700: #4A00B3;
--lavender-800: #350080;
--lavender-900: #220052;
--lavender-950: #150033;
}