Lavender
#E4BEFD
PurpleColor Codes
All color formats for development
HEX
#E4BEFDRGB
rgb(228, 190, 253)HSL
hsl(276, 94%, 87%)OKLCH
oklch(0.855 0.095 311.7)CMYK
cmyk(10%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D294FC
2#C069FA
3#AE3EF9
4#9C13F8
5#8407D7
6#6905AC
7#4F0481
8#350356
9#1A012B
Tints
Lighter variations
1#E7C5FD
2#E9CCFD
3#ECD2FE
4#EFD8FE
5#F2DFFE
6#F4E5FE
7#F7ECFE
8#FAF2FF
9#FCF9FF
Tones
Muted variations
1#E3C2FA
2#E3C5F7
3#E2C8F4
4#E2CBF1
5#E1CEED
6#E0D1EA
7#E0D5E7
8#DFD8E4
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BF #E4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CF8D #CF8DFB | BordersInactive statesPlaceholder text |
| 400 | B752 #B752FA | Disabled statesSecondary iconsMuted text |
| 500 | A220 #A220F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8507 #8507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A05 #6A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C04 #4C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3002 #30024F | Primary textHigh emphasis contentDark headings |
| 950 | 1E02 #1E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F0FF;
--lavender-100: #F1DCFE;
--lavender-200: #E4BFFD;
--lavender-300: #CF8DFB;
--lavender-400: #B752FA;
--lavender-500: #A220F8;
--lavender-600: #8507DA;
--lavender-700: #6A05AD;
--lavender-800: #4C047C;
--lavender-900: #30024F;
--lavender-950: #1E0231;
}