Lavender
#E2BDFF
PurpleColor Codes
All color formats for development
HEX
#E2BDFFRGB
rgb(226, 189, 255)HSL
hsl(274, 100%, 87%)OKLCH
oklch(0.852 0.098 309.8)CMYK
cmyk(11%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CF90FF
2#BC64FF
3#A938FF
4#950BFF
5#7E00DE
6#6500B1
7#4B0085
8#320059
9#19002C
Tints
Lighter variations
1#E5C3FF
2#E8CAFF
3#EBD1FF
4#EED7FF
5#F1DEFF
6#F4E4FF
7#F6EBFF
8#F9F2FF
9#FCF8FF
Tones
Muted variations
1#E2C0FC
2#E1C3F8
3#E1C7F5
4#E1CAF2
5#E0CDEE
6#E0D1EB
7#DFD4E8
8#DFD7E4
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DB #F0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BD #E2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8A #CC8AFF | BordersInactive statesPlaceholder text |
| 400 | B24D #B24DFF | Disabled statesSecondary iconsMuted text |
| 500 | 9C1A #9C1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F00 #7F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6500 #6500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4800 #480080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E00 #2E0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1D00 #1D0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F0FF;
--lavender-100: #F0DBFF;
--lavender-200: #E2BDFF;
--lavender-300: #CC8AFF;
--lavender-400: #B24DFF;
--lavender-500: #9C1AFF;
--lavender-600: #7F00E0;
--lavender-700: #6500B3;
--lavender-800: #480080;
--lavender-900: #2E0052;
--lavender-950: #1D0033;
}