Lavender
#E2BEFE
PurpleColor Codes
All color formats for development
HEX
#E2BEFERGB
rgb(226, 190, 254)HSL
hsl(274, 97%, 87%)OKLCH
oklch(0.854 0.095 309.9)CMYK
cmyk(11%, 25%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CF92FD
2#BC66FD
3#A83BFC
4#950FFB
5#7D03DB
6#6403AF
7#4B0283
8#320157
9#19012C
Tints
Lighter variations
1#E5C4FE
2#E8CBFE
3#EBD1FE
4#EED8FE
5#F1DEFF
6#F3E5FF
7#F6EBFF
8#F9F2FF
9#FCF8FF
Tones
Muted variations
1#E2C1FB
2#E1C4F8
3#E1C7F4
4#E0CBF1
5#E0CEEE
6#E0D1EB
7#DFD4E7
8#DFD7E4
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 | E2BE #E2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8B #CC8BFD | BordersInactive statesPlaceholder text |
| 400 | B14F #B14FFC | Disabled statesSecondary iconsMuted text |
| 500 | 9B1D #9B1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F03 #7F03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6503 #6503B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4802 #48027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E01 #2E0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1D01 #1D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F0FF;
--lavender-100: #EFDCFE;
--lavender-200: #E2BEFE;
--lavender-300: #CC8BFD;
--lavender-400: #B14FFC;
--lavender-500: #9B1DFC;
--lavender-600: #7F03DD;
--lavender-700: #6503B0;
--lavender-800: #48027E;
--lavender-900: #2E0150;
--lavender-950: #1D0132;
}