Lavender
#E8BDFE
PurpleColor Codes
All color formats for development
HEX
#E8BDFERGB
rgb(232, 189, 254)HSL
hsl(280, 97%, 87%)OKLCH
oklch(0.857 0.099 314)CMYK
cmyk(9%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DA92FD
2#CB66FD
3#BC3BFC
4#AD0FFB
5#9303DB
6#7503AF
7#580283
8#3B0157
9#1D012C
Tints
Lighter variations
1#EBC4FE
2#EDCBFE
3#EFD1FE
4#F2D8FE
5#F4DEFF
6#F6E5FF
7#F8EBFF
8#FBF2FF
9#FDF8FF
Tones
Muted variations
1#E7C1FB
2#E6C4F8
3#E5C7F4
4#E4CBF1
5#E3CEEE
6#E2D1EB
7#E1D4E7
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 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BE #E9BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D78B #D78BFD | BordersInactive statesPlaceholder text |
| 400 | C34F #C34FFC | Disabled statesSecondary iconsMuted text |
| 500 | B11D #B11DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9403 #9403DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7603 #7603B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5402 #54027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3601 #360150 | Primary textHigh emphasis contentDark headings |
| 950 | 2201 #220132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF0FF;
--lavender-100: #F3DCFE;
--lavender-200: #E9BEFE;
--lavender-300: #D78BFD;
--lavender-400: #C34FFC;
--lavender-500: #B11DFC;
--lavender-600: #9403DD;
--lavender-700: #7603B0;
--lavender-800: #54027E;
--lavender-900: #360150;
--lavender-950: #220132;
}