Lavender
#E6BDFF
PurpleColor Codes
All color formats for development
HEX
#E6BDFFRGB
rgb(230, 189, 255)HSL
hsl(277, 100%, 87%)OKLCH
oklch(0.856 0.1 312.4)CMYK
cmyk(10%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D590FF
2#C464FF
3#B338FF
4#A20BFF
5#8900DE
6#6D00B1
7#520085
8#370059
9#1B002C
Tints
Lighter variations
1#E8C3FF
2#EBCAFF
3#EDD1FF
4#F0D7FF
5#F2DEFF
6#F5E4FF
7#F7EBFF
8#FAF2FF
9#FCF8FF
Tones
Muted variations
1#E5C0FC
2#E4C3F8
3#E3C7F5
4#E2CAF2
5#E2CDEE
6#E1D1EB
7#E0D4E8
8#DFD7E4
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DB #F1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BD #E6BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D28A #D28AFF | BordersInactive statesPlaceholder text |
| 400 | BB4D #BB4DFF | Disabled statesSecondary iconsMuted text |
| 500 | A71A #A71AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A00 #8A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E00 #6E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F00 #4F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3200 #320052 | Primary textHigh emphasis contentDark headings |
| 950 | 1F00 #1F0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F0FF;
--lavender-100: #F1DBFF;
--lavender-200: #E6BDFF;
--lavender-300: #D28AFF;
--lavender-400: #BB4DFF;
--lavender-500: #A71AFF;
--lavender-600: #8A00E0;
--lavender-700: #6E00B3;
--lavender-800: #4F0080;
--lavender-900: #320052;
--lavender-950: #1F0033;
}