Lavender
#E7BFFD
PurpleColor Codes
All color formats for development
HEX
#E7BFFDRGB
rgb(231, 191, 253)HSL
hsl(279, 94%, 87%)OKLCH
oklch(0.859 0.094 313.4)CMYK
cmyk(9%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D794FC
2#C769FA
3#B73EF9
4#A713F8
5#8E07D7
6#7205AC
7#550481
8#390356
9#1C012B
Tints
Lighter variations
1#EAC5FD
2#ECCCFD
3#EED2FE
4#F1D8FE
5#F3DFFE
6#F5E5FE
7#F8ECFE
8#FAF2FF
9#FDF9FF
Tones
Muted variations
1#E6C2FA
2#E5C5F7
3#E4C8F4
4#E3CBF1
5#E3CEED
6#E2D1EA
7#E1D5E7
8#E0D8E4
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 | E7BF #E7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D58D #D58DFB | BordersInactive statesPlaceholder text |
| 400 | BF52 #BF52FA | Disabled statesSecondary iconsMuted text |
| 500 | AD20 #AD20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9007 #9007DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7205 #7205AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5204 #52047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3402 #34024F | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF0FF;
--lavender-100: #F2DCFE;
--lavender-200: #E7BFFD;
--lavender-300: #D58DFB;
--lavender-400: #BF52FA;
--lavender-500: #AD20F8;
--lavender-600: #9007DA;
--lavender-700: #7205AD;
--lavender-800: #52047C;
--lavender-900: #34024F;
--lavender-950: #210231;
}