Lavender
#E4BDFE
PurpleColor Codes
All color formats for development
HEX
#E4BDFERGB
rgb(228, 189, 254)HSL
hsl(276, 97%, 87%)OKLCH
oklch(0.854 0.098 311.5)CMYK
cmyk(10%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D292FD
2#C166FD
3#AF3BFC
4#9D0FFB
5#8403DB
6#6A03AF
7#4F0283
8#350157
9#1A012C
Tints
Lighter variations
1#E7C4FE
2#EACBFE
3#ECD1FE
4#EFD8FE
5#F2DEFF
6#F4E5FF
7#F7EBFF
8#FAF2FF
9#FCF8FF
Tones
Muted variations
1#E4C1FB
2#E3C4F8
3#E2C7F4
4#E2CBF1
5#E1CEEE
6#E0D1EB
7#E0D4E7
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 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BE #E4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D08B #D08BFD | BordersInactive statesPlaceholder text |
| 400 | B74F #B74FFC | Disabled statesSecondary iconsMuted text |
| 500 | A31D #A31DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 8603 #8603DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B03 #6B03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C02 #4C027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3101 #310150 | 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: #F1DCFE;
--lavender-200: #E4BEFE;
--lavender-300: #D08BFD;
--lavender-400: #B74FFC;
--lavender-500: #A31DFC;
--lavender-600: #8603DD;
--lavender-700: #6B03B0;
--lavender-800: #4C027E;
--lavender-900: #310150;
--lavender-950: #1E0132;
}