Lavender
#E0C6F6
PurpleColor Codes
All color formats for development
HEX
#E0C6F6RGB
rgb(224, 198, 246)HSL
hsl(272, 73%, 87%)OKLCH
oklch(0.864 0.071 309.3)CMYK
cmyk(9%, 20%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA9FF0
2#B579EA
3#A053E4
4#8B2CDE
5#741EC0
6#5D189A
7#461273
8#2F0C4D
9#170626
Tints
Lighter variations
1#E3CBF7
2#E6D1F8
3#E9D7F9
4#ECDDFA
5#EFE2FB
6#F2E8FB
7#F6EEFC
8#F9F4FD
9#FCF9FE
Tones
Muted variations
1#DFC8F4
2#DFCAF1
3#DFCDEF
4#DFCFEC
5#DFD2EA
6#DED4E8
7#DED7E5
8#DED9E3
9#DEDBE0
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 #AA65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 9238 #9238E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 761E #761EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E18 #5E189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4311 #43116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B0B #2B0B47 | 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: #AA65E7;
--lavender-500: #9238E0;
--lavender-600: #761EC2;
--lavender-700: #5E189A;
--lavender-800: #43116E;
--lavender-900: #2B0B47;
--lavender-950: #1B072C;
}