Lavender
#E3BDFF
PurpleColor Codes
All color formats for development
HEX
#E3BDFFRGB
rgb(227, 189, 255)HSL
hsl(275, 100%, 87%)OKLCH
oklch(0.853 0.098 310.5)CMYK
cmyk(11%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D190FF
2#BE64FF
3#AC38FF
4#990BFF
5#8100DE
6#6800B1
7#4E0085
8#340059
9#1A002C
Tints
Lighter variations
1#E6C3FF
2#E9CAFF
3#ECD1FF
4#EED7FF
5#F1DEFF
6#F4E4FF
7#F7EBFF
8#F9F2FF
9#FCF8FF
Tones
Muted variations
1#E3C0FC
2#E2C3F8
3#E2C7F5
4#E1CAF2
5#E1CDEE
6#E0D1EB
7#E0D4E8
8#DFD7E4
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DB #F0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BD #E3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8A #CE8AFF | BordersInactive statesPlaceholder text |
| 400 | B54D #B54DFF | Disabled statesSecondary iconsMuted text |
| 500 | 9F1A #9F1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8300 #8300E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6800 #6800B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A00 #4A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3000 #300052 | Primary textHigh emphasis contentDark headings |
| 950 | 1E00 #1E0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F0FF;
--lavender-100: #F0DBFF;
--lavender-200: #E3BDFF;
--lavender-300: #CE8AFF;
--lavender-400: #B54DFF;
--lavender-500: #9F1AFF;
--lavender-600: #8300E0;
--lavender-700: #6800B3;
--lavender-800: #4A0080;
--lavender-900: #300052;
--lavender-950: #1E0033;
}