Lavender
#E7BDFF
PurpleColor Codes
All color formats for development
HEX
#E7BDFFRGB
rgb(231, 189, 255)HSL
hsl(278, 100%, 87%)OKLCH
oklch(0.857 0.1 313)CMYK
cmyk(9%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D690FF
2#C664FF
3#B638FF
4#A60BFF
5#8D00DE
6#7000B1
7#540085
8#380059
9#1C002C
Tints
Lighter variations
1#E9C3FF
2#ECCAFF
3#EED1FF
4#F0D7FF
5#F3DEFF
6#F5E4FF
7#F8EBFF
8#FAF2FF
9#FDF8FF
Tones
Muted variations
1#E6C0FC
2#E5C3F8
3#E4C7F5
4#E3CAF2
5#E2CDEE
6#E1D1EB
7#E1D4E8
8#E0D7E4
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DB #F2DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BD #E7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D48A #D48AFF | BordersInactive statesPlaceholder text |
| 400 | BE4D #BE4DFF | Disabled statesSecondary iconsMuted text |
| 500 | AB1A #AB1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E00 #8E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7100 #7100B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5100 #510080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3400 #340052 | Primary textHigh emphasis contentDark headings |
| 950 | 2000 #200033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F0FF;
--lavender-100: #F2DBFF;
--lavender-200: #E7BDFF;
--lavender-300: #D48AFF;
--lavender-400: #BE4DFF;
--lavender-500: #AB1AFF;
--lavender-600: #8E00E0;
--lavender-700: #7100B3;
--lavender-800: #510080;
--lavender-900: #340052;
--lavender-950: #200033;
}