Lavender
#EAE0FA
PurpleColor Codes
All color formats for development
HEX
#EAE0FARGB
rgb(234, 224, 250)HSL
hsl(263, 72%, 93%)OKLCH
oklch(0.922 0.036 303.1)CMYK
cmyk(6%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CEB8F3
2#B38FED
3#9766E6
4#7B3DDF
5#6321CC
6#4F1BA3
7#3B147A
8#270D52
9#140729
Tints
Lighter variations
1#ECE3FB
2#EEE6FB
3#F0EAFC
4#F2EDFC
5#F5F0FD
6#F7F3FD
7#F9F6FE
8#FBF9FE
9#FDFCFF
Tones
Muted variations
1#EAE2F9
2#EBE3F7
3#EBE4F6
4#EBE5F5
5#ECE7F4
6#ECE8F2
7#ECE9F1
8#EDEBF0
9#EDECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAE0 #EAE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C6 #D8C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA9A #BA9AEF | BordersInactive statesPlaceholder text |
| 400 | 9765 #9765E6 | Disabled statesSecondary iconsMuted text |
| 500 | 793A #793ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D1F #5D1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A19 #4A199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3512 #35126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 220B #220B46 | Primary textHigh emphasis contentDark headings |
| 950 | 1507 #15072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F2FD;
--lavender-100: #EAE0FA;
--lavender-200: #D8C6F6;
--lavender-300: #BA9AEF;
--lavender-400: #9765E6;
--lavender-500: #793ADF;
--lavender-600: #5D1FC1;
--lavender-700: #4A199A;
--lavender-800: #35126E;
--lavender-900: #220B46;
--lavender-950: #15072C;
}