Lavender
#EFDCFE
PurpleColor Codes
All color formats for development
HEX
#EFDCFERGB
rgb(239, 220, 254)HSL
hsl(274, 94%, 93%)OKLCH
oklch(0.92 0.05 310.3)CMYK
cmyk(6%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DBAEFD
2#C680FB
3#B152FA
4#9C24F8
5#8507E6
6#6B06B8
7#50048A
8#35035C
9#1B012E
Tints
Lighter variations
1#F1E0FE
2#F3E3FE
3#F4E7FE
4#F6EAFE
5#F7EEFE
6#F9F1FF
7#FAF5FF
8#FCF8FF
9#FDFCFF
Tones
Muted variations
1#EFDEFC
2#EFE0FB
3#EFE1F9
4#EEE3F7
5#EEE5F6
6#EEE6F4
7#EEE8F2
8#EEEAF1
9#EDEBEF
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;
}