Lavender
#E9BFFD
PurpleColor Codes
All color formats for development
HEX
#E9BFFDRGB
rgb(233, 191, 253)HSL
hsl(281, 94%, 87%)OKLCH
oklch(0.861 0.095 314.7)CMYK
cmyk(8%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DB94FC
2#CC69FA
3#BE3EF9
4#AF13F8
5#9507D7
6#7705AC
7#590481
8#3C0356
9#1E012B
Tints
Lighter variations
1#EBC5FD
2#EECCFD
3#F0D2FE
4#F2D8FE
5#F4DFFE
6#F6E5FE
7#F8ECFE
8#FBF2FF
9#FDF9FF
Tones
Muted variations
1#E8C2FA
2#E7C5F7
3#E6C8F4
4#E5CBF1
5#E4CEED
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 | E9BF #E9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D98D #D98DFB | BordersInactive statesPlaceholder text |
| 400 | C552 #C552FA | Disabled statesSecondary iconsMuted text |
| 500 | B420 #B420F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9707 #9707DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7805 #7805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5604 #56047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3702 #37024F | Primary textHigh emphasis contentDark headings |
| 950 | 2202 #220231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #FAF0FF;
--lavender-100: #F3DCFE;
--lavender-200: #E9BFFD;
--lavender-300: #D98DFB;
--lavender-400: #C552FA;
--lavender-500: #B420F8;
--lavender-600: #9707DA;
--lavender-700: #7805AD;
--lavender-800: #56047C;
--lavender-900: #37024F;
--lavender-950: #220231;
}