Lavender
#E8BEFE
PurpleColor Codes
All color formats for development
HEX
#E8BEFERGB
rgb(232, 190, 254)HSL
hsl(279, 97%, 87%)OKLCH
oklch(0.859 0.098 313.8)CMYK
cmyk(9%, 25%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D892FD
2#C866FD
3#B83BFC
4#A90FFB
5#8F03DB
6#7303AF
7#560283
8#390157
9#1D012C
Tints
Lighter variations
1#EAC4FE
2#ECCBFE
3#EFD1FE
4#F1D8FE
5#F3DEFF
6#F6E5FF
7#F8EBFF
8#FAF2FF
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 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BE #E7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D58B #D58BFD | BordersInactive statesPlaceholder text |
| 400 | C04F #C04FFC | Disabled statesSecondary iconsMuted text |
| 500 | AE1D #AE1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9103 #9103DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7303 #7303B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5202 #52027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3501 #350150 | Primary textHigh emphasis contentDark headings |
| 950 | 2101 #210132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF0FF;
--lavender-100: #F2DCFE;
--lavender-200: #E7BEFE;
--lavender-300: #D58BFD;
--lavender-400: #C04FFC;
--lavender-500: #AE1DFC;
--lavender-600: #9103DD;
--lavender-700: #7303B0;
--lavender-800: #52027E;
--lavender-900: #350150;
--lavender-950: #210132;
}