Lavender
#E0BDFF
PurpleColor Codes
All color formats for development
HEX
#E0BDFFRGB
rgb(224, 189, 255)HSL
hsl(272, 100%, 87%)OKLCH
oklch(0.85 0.097 308.5)CMYK
cmyk(12%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CB90FF
2#B764FF
3#A238FF
4#8D0BFF
5#7600DE
6#5F00B1
7#470085
8#2F0059
9#18002C
Tints
Lighter variations
1#E3C3FF
2#E6CAFF
3#E9D1FF
4#ECD7FF
5#F0DEFF
6#F3E4FF
7#F6EBFF
8#F9F2FF
9#FCF8FF
Tones
Muted variations
1#E0C0FC
2#E0C3F8
3#DFC7F5
4#DFCAF2
5#DFCDEE
6#DFD1EB
7#DFD4E8
8#DED7E4
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDB #EEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BD #E0BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C88A #C88AFF | BordersInactive statesPlaceholder text |
| 400 | AC4D #AC4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 941A #941AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7800 #7800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F00 #5F00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4400 #440080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C00 #2C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1B00 #1B0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F0FF;
--lavender-100: #EEDBFF;
--lavender-200: #E0BDFF;
--lavender-300: #C88AFF;
--lavender-400: #AC4DFF;
--lavender-500: #941AFF;
--lavender-600: #7800E0;
--lavender-700: #5F00B3;
--lavender-800: #440080;
--lavender-900: #2C0052;
--lavender-950: #1B0033;
}