Lavender
#EFDEFC
PurpleColor Codes
All color formats for development
HEX
#EFDEFCRGB
rgb(239, 222, 252)HSL
hsl(274, 83%, 93%)OKLCH
oklch(0.923 0.044 310.7)CMYK
cmyk(5%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DAB3F8
2#C588F4
3#B05CF0
4#9B31EC
5#8414D9
6#6910AE
7#4F0C82
8#350857
9#1A042B
Tints
Lighter variations
1#F1E2FC
2#F2E5FD
3#F4E8FD
4#F5EBFD
5#F7EFFD
6#F9F2FE
7#FAF5FE
8#FCF8FE
9#FDFCFF
Tones
Muted variations
1#EFE0FA
2#EFE1F9
3#EFE3F8
4#EEE4F6
5#EEE6F5
6#EEE7F3
7#EEE9F2
8#EEEAF0
9#EDECEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDE #EFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C2 #E2C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CB94 #CB94F5 | BordersInactive statesPlaceholder text |
| 400 | B05C #B05CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 992D #992DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 7D13 #7D13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 630F #630FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 470B #470B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D07 #2D074B | Primary textHigh emphasis contentDark headings |
| 950 | 1C04 #1C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F1FE;
--lavender-100: #EFDEFC;
--lavender-200: #E2C2F9;
--lavender-300: #CB94F5;
--lavender-400: #B05CF0;
--lavender-500: #992DEB;
--lavender-600: #7D13CD;
--lavender-700: #630FA3;
--lavender-800: #470B75;
--lavender-900: #2D074B;
--lavender-950: #1C042F;
}