Lavender
#E3BDFE
PurpleColor Codes
All color formats for development
HEX
#E3BDFERGB
rgb(227, 189, 254)HSL
hsl(275, 97%, 87%)OKLCH
oklch(0.853 0.097 310.9)CMYK
cmyk(11%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D192FD
2#BE66FD
3#AB3BFC
4#990FFB
5#8103DB
6#6703AF
7#4D0283
8#340157
9#1A012C
Tints
Lighter variations
1#E6C4FE
2#E9CBFE
3#ECD1FE
4#EED8FE
5#F1DEFF
6#F4E5FF
7#F7EBFF
8#F9F2FF
9#FCF8FF
Tones
Muted variations
1#E3C1FB
2#E2C4F8
3#E2C7F4
4#E1CBF1
5#E1CEEE
6#E0D1EB
7#DFD4E7
8#DFD7E4
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DC #F0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BE #E3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8B #CE8BFD | BordersInactive statesPlaceholder text |
| 400 | B44F #B44FFC | Disabled statesSecondary iconsMuted text |
| 500 | 9F1D #9F1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 8203 #8203DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6803 #6803B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A02 #4A027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F01 #2F0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1E01 #1E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F0FF;
--lavender-100: #F0DCFE;
--lavender-200: #E3BEFE;
--lavender-300: #CE8BFD;
--lavender-400: #B44FFC;
--lavender-500: #9F1DFC;
--lavender-600: #8203DD;
--lavender-700: #6803B0;
--lavender-800: #4A027E;
--lavender-900: #2F0150;
--lavender-950: #1E0132;
}