Lavender
#E9BDFF
PurpleColor Codes
All color formats for development
HEX
#E9BDFFRGB
rgb(233, 189, 255)HSL
hsl(280, 100%, 87%)OKLCH
oklch(0.858 0.101 314.2)CMYK
cmyk(9%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DA90FF
2#CB64FF
3#BD38FF
4#AE0BFF
5#9400DE
6#7600B1
7#590085
8#3B0059
9#1E002C
Tints
Lighter variations
1#EBC3FF
2#EDCAFF
3#F0D1FF
4#F2D7FF
5#F4DEFF
6#F6E4FF
7#F8EBFF
8#FBF2FF
9#FDF8FF
Tones
Muted variations
1#E8C0FC
2#E7C3F8
3#E6C7F5
4#E4CAF2
5#E3CDEE
6#E2D1EB
7#E1D4E8
8#E0D7E4
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DB #F3DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BD #E9BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D88A #D88AFF | BordersInactive statesPlaceholder text |
| 400 | C44D #C44DFF | Disabled statesSecondary iconsMuted text |
| 500 | B31A #B31AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9600 #9600E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7700 #7700B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5500 #550080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3600 #360052 | Primary textHigh emphasis contentDark headings |
| 950 | 2200 #220033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF0FF;
--lavender-100: #F3DBFF;
--lavender-200: #E9BDFF;
--lavender-300: #D88AFF;
--lavender-400: #C44DFF;
--lavender-500: #B31AFF;
--lavender-600: #9600E0;
--lavender-700: #7700B3;
--lavender-800: #550080;
--lavender-900: #360052;
--lavender-950: #220033;
}