Lavender
#E2BEFD
PurpleColor Codes
All color formats for development
HEX
#E2BEFDRGB
rgb(226, 190, 253)HSL
hsl(274, 94%, 87%)OKLCH
oklch(0.853 0.094 310.3)CMYK
cmyk(11%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CF94FC
2#BB69FA
3#A83EF9
4#9413F8
5#7D07D7
6#6405AC
7#4B0481
8#320356
9#19012B
Tints
Lighter variations
1#E5C5FD
2#E8CCFD
3#EBD2FE
4#EED8FE
5#F1DFFE
6#F3E5FE
7#F6ECFE
8#F9F2FF
9#FCF9FF
Tones
Muted variations
1#E2C2FA
2#E1C5F7
3#E1C8F4
4#E0CBF1
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 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDC #EFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BF #E2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8D #CC8DFB | BordersInactive statesPlaceholder text |
| 400 | B152 #B152FA | Disabled statesSecondary iconsMuted text |
| 500 | 9B20 #9B20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E07 #7E07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6405 #6405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4804 #48047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E02 #2E024F | 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: #F8F0FF;
--lavender-100: #EFDCFE;
--lavender-200: #E2BFFD;
--lavender-300: #CC8DFB;
--lavender-400: #B152FA;
--lavender-500: #9B20F8;
--lavender-600: #7E07DA;
--lavender-700: #6405AD;
--lavender-800: #48047C;
--lavender-900: #2E024F;
--lavender-950: #1D0231;
}