Lavender
#E8BEFD
PurpleColor Codes
All color formats for development
HEX
#E8BEFDRGB
rgb(232, 190, 253)HSL
hsl(280, 94%, 87%)OKLCH
oklch(0.859 0.096 314.3)CMYK
cmyk(8%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D994FC
2#CA69FA
3#BB3EF9
4#AB13F8
5#9207D7
6#7505AC
7#570481
8#3A0356
9#1D012B
Tints
Lighter variations
1#EBC5FD
2#EDCCFD
3#EFD2FE
4#F1D8FE
5#F4DFFE
6#F6E5FE
7#F8ECFE
8#FAF2FF
9#FDF9FF
Tones
Muted variations
1#E7C2FA
2#E6C5F7
3#E5C8F4
4#E4CBF1
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 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BF #E8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D78D #D78DFB | BordersInactive statesPlaceholder text |
| 400 | C252 #C252FA | Disabled statesSecondary iconsMuted text |
| 500 | B020 #B020F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9307 #9307DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7505 #7505AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5404 #54047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3602 #36024F | 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: #F3DCFE;
--lavender-200: #E8BFFD;
--lavender-300: #D78DFB;
--lavender-400: #C252FA;
--lavender-500: #B020F8;
--lavender-600: #9307DA;
--lavender-700: #7505AD;
--lavender-800: #54047C;
--lavender-900: #36024F;
--lavender-950: #210231;
}