Lavender
#E5BEFE
PurpleColor Codes
All color formats for development
HEX
#E5BEFERGB
rgb(229, 190, 254)HSL
hsl(277, 97%, 87%)OKLCH
oklch(0.856 0.096 311.9)CMYK
cmyk(10%, 25%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D492FD
2#C366FD
3#B23BFC
4#A10FFB
5#8803DB
6#6D03AF
7#520283
8#360157
9#1B012C
Tints
Lighter variations
1#E8C4FE
2#EACBFE
3#EDD1FE
4#F0D8FE
5#F2DEFF
6#F5E5FF
7#F7EBFF
8#FAF2FF
9#FCF8FF
Tones
Muted variations
1#E5C1FB
2#E4C4F8
3#E3C7F4
4#E2CBF1
5#E2CEEE
6#E1D1EB
7#E0D4E7
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 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BE #E5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D28B #D28BFD | BordersInactive statesPlaceholder text |
| 400 | BA4F #BA4FFC | Disabled statesSecondary iconsMuted text |
| 500 | A61D #A61DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A03 #8A03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D03 #6D03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E02 #4E027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3201 #320150 | Primary textHigh emphasis contentDark headings |
| 950 | 1F01 #1F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F0FF;
--lavender-100: #F1DCFE;
--lavender-200: #E5BEFE;
--lavender-300: #D28BFD;
--lavender-400: #BA4FFC;
--lavender-500: #A61DFC;
--lavender-600: #8A03DD;
--lavender-700: #6D03B0;
--lavender-800: #4E027E;
--lavender-900: #320150;
--lavender-950: #1F0132;
}