Lavender
#E7BEFE
PurpleColor Codes
All color formats for development
HEX
#E7BEFERGB
rgb(231, 190, 254)HSL
hsl(278, 97%, 87%)OKLCH
oklch(0.858 0.097 313.2)CMYK
cmyk(9%, 25%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D692FD
2#C666FD
3#B53BFC
4#A50FFB
5#8C03DB
6#7003AF
7#540283
8#380157
9#1C012C
Tints
Lighter variations
1#E9C4FE
2#EBCBFE
3#EED1FE
4#F0D8FE
5#F3DEFF
6#F5E5FF
7#F8EBFF
8#FAF2FF
9#FDF8FF
Tones
Muted variations
1#E6C1FB
2#E5C4F8
3#E4C7F4
4#E3CBF1
5#E2CEEE
6#E1D1EB
7#E0D4E7
8#E0D7E4
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BE #E6BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D48B #D48BFD | BordersInactive statesPlaceholder text |
| 400 | BD4F #BD4FFC | Disabled statesSecondary iconsMuted text |
| 500 | AA1D #AA1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D03 #8D03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7003 #7003B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5002 #50027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3301 #330150 | Primary textHigh emphasis contentDark headings |
| 950 | 2001 #200132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F0FF;
--lavender-100: #F2DCFE;
--lavender-200: #E6BEFE;
--lavender-300: #D48BFD;
--lavender-400: #BD4FFC;
--lavender-500: #AA1DFC;
--lavender-600: #8D03DD;
--lavender-700: #7003B0;
--lavender-800: #50027E;
--lavender-900: #330150;
--lavender-950: #200132;
}