Lavender
#E3C0FC
PurpleColor Codes
All color formats for development
HEX
#E3C0FCRGB
rgb(227, 192, 252)HSL
hsl(275, 91%, 87%)OKLCH
oklch(0.857 0.09 310.9)CMYK
cmyk(10%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D095FA
2#BD6BF8
3#AA41F6
4#9816F4
5#800AD4
6#6608A9
7#4D067F
8#330455
9#1A022A
Tints
Lighter variations
1#E6C6FC
2#E9CCFD
3#EBD3FD
4#EED9FD
5#F1DFFE
6#F4E6FE
7#F7ECFE
8#F9F2FE
9#FCF9FF
Tones
Muted variations
1#E2C3F9
2#E2C6F6
3#E1C9F3
4#E1CCF0
5#E0CFED
6#E0D2EA
7#DFD5E7
8#DFD8E4
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C0 #E3C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | CD8F #CD8FFA | BordersInactive statesPlaceholder text |
| 400 | B355 #B355F7 | Disabled statesSecondary iconsMuted text |
| 500 | 9E24 #9E24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 810A #810AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6708 #6708AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4906 #49067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F04 #2F044E | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F0FE;
--lavender-100: #F0DDFD;
--lavender-200: #E3C0FC;
--lavender-300: #CD8FFA;
--lavender-400: #B355F7;
--lavender-500: #9E24F5;
--lavender-600: #810AD6;
--lavender-700: #6708AA;
--lavender-800: #49067A;
--lavender-900: #2F044E;
--lavender-950: #1D0231;
}