Lavender
#E3BEFD
PurpleColor Codes
All color formats for development
HEX
#E3BEFDRGB
rgb(227, 190, 253)HSL
hsl(275, 94%, 87%)OKLCH
oklch(0.854 0.094 311)CMYK
cmyk(10%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D094FC
2#BE69FA
3#AB3EF9
4#9813F8
5#8007D7
6#6705AC
7#4D0481
8#330356
9#1A012B
Tints
Lighter variations
1#E6C5FD
2#E9CCFD
3#EBD2FE
4#EED8FE
5#F1DFFE
6#F4E5FE
7#F7ECFE
8#F9F2FF
9#FCF9FF
Tones
Muted variations
1#E3C2FA
2#E2C5F7
3#E1C8F4
4#E1CBF1
5#E0CEED
6#E0D1EA
7#DFD5E7
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 | F0DC #F0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BF #E3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8D #CE8DFB | BordersInactive statesPlaceholder text |
| 400 | B452 #B452FA | Disabled statesSecondary iconsMuted text |
| 500 | 9E20 #9E20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8207 #8207DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6705 #6705AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A04 #4A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F02 #2F024F | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F0FF;
--lavender-100: #F0DCFE;
--lavender-200: #E3BFFD;
--lavender-300: #CE8DFB;
--lavender-400: #B452FA;
--lavender-500: #9E20F8;
--lavender-600: #8207DA;
--lavender-700: #6705AD;
--lavender-800: #4A047C;
--lavender-900: #2F024F;
--lavender-950: #1D0231;
}