Lavender
#EEE0FA
PurpleColor Codes
All color formats for development
HEX
#EEE0FARGB
rgb(238, 224, 250)HSL
hsl(272, 72%, 93%)OKLCH
oklch(0.926 0.038 309.6)CMYK
cmyk(5%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D7B8F3
2#C18FED
3#AA66E6
4#943DDF
5#7C21CC
6#631BA3
7#4B147A
8#320D52
9#190729
Tints
Lighter variations
1#F0E3FB
2#F1E6FB
3#F3EAFC
4#F5EDFC
5#F7F0FD
6#F8F3FD
7#FAF6FE
8#FCF9FE
9#FDFCFF
Tones
Muted variations
1#EEE2F9
2#EEE3F7
3#EEE4F6
4#EEE5F5
5#EEE7F4
6#EDE8F2
7#EDE9F1
8#EDEBF0
9#EDECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC6 #DFC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C79A #C79AEF | BordersInactive statesPlaceholder text |
| 400 | AA65 #AA65E6 | Disabled statesSecondary iconsMuted text |
| 500 | 923A #923ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 761F #761FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E19 #5E199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4312 #43126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B0B #2B0B46 | Primary textHigh emphasis contentDark headings |
| 950 | 1B07 #1B072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F2FD;
--lavender-100: #EEE0FA;
--lavender-200: #DFC6F6;
--lavender-300: #C79AEF;
--lavender-400: #AA65E6;
--lavender-500: #923ADF;
--lavender-600: #761FC1;
--lavender-700: #5E199A;
--lavender-800: #43126E;
--lavender-900: #2B0B46;
--lavender-950: #1B072C;
}