Lavender
#ECE0FA
PurpleColor Codes
All color formats for development
HEX
#ECE0FARGB
rgb(236, 224, 250)HSL
hsl(268, 72%, 93%)OKLCH
oklch(0.924 0.037 306.4)CMYK
cmyk(6%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D3B8F3
2#BB8FED
3#A266E6
4#893DDF
5#7121CC
6#5A1BA3
7#44147A
8#2D0D52
9#170729
Tints
Lighter variations
1#EEE3FB
2#F0E6FB
3#F2EAFC
4#F4EDFC
5#F6F0FD
6#F8F3FD
7#F9F6FE
8#FBF9FE
9#FDFCFF
Tones
Muted variations
1#ECE2F9
2#ECE3F7
3#EDE4F6
4#EDE5F5
5#EDE7F4
6#EDE8F2
7#EDE9F1
8#EDEBF0
9#EDECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC6 #DCC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C29A #C29AEF | BordersInactive statesPlaceholder text |
| 400 | A165 #A165E6 | Disabled statesSecondary iconsMuted text |
| 500 | 873A #873ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6B1F #6B1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5519 #55199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D12 #3D126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 270B #270B46 | Primary textHigh emphasis contentDark headings |
| 950 | 1807 #18072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F2FD;
--lavender-100: #ECE0FA;
--lavender-200: #DCC6F6;
--lavender-300: #C29AEF;
--lavender-400: #A165E6;
--lavender-500: #873ADF;
--lavender-600: #6B1FC1;
--lavender-700: #55199A;
--lavender-800: #3D126E;
--lavender-900: #270B46;
--lavender-950: #18072C;
}