Lavender
#E6C0FC
PurpleColor Codes
All color formats for development
HEX
#E6C0FCRGB
rgb(230, 192, 252)HSL
hsl(278, 91%, 87%)OKLCH
oklch(0.86 0.091 313)CMYK
cmyk(9%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D595FA
2#C46BF8
3#B341F6
4#A316F4
5#8A0AD4
6#6E08A9
7#53067F
8#370455
9#1C022A
Tints
Lighter variations
1#E8C6FC
2#EBCCFD
3#EDD3FD
4#F0D9FD
5#F2DFFE
6#F5E6FE
7#F7ECFE
8#FAF2FE
9#FCF9FF
Tones
Muted variations
1#E5C3F9
2#E4C6F6
3#E3C9F3
4#E3CCF0
5#E2CFED
6#E1D2EA
7#E0D5E7
8#DFD8E4
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C0 #E6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D38F #D38FFA | BordersInactive statesPlaceholder text |
| 400 | BB55 #BB55F7 | Disabled statesSecondary iconsMuted text |
| 500 | A824 #A824F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0A #8B0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F08 #6F08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F06 #4F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3304 #33044E | Primary textHigh emphasis contentDark headings |
| 950 | 2002 #200231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F0FE;
--lavender-100: #F1DDFD;
--lavender-200: #E6C0FC;
--lavender-300: #D38FFA;
--lavender-400: #BB55F7;
--lavender-500: #A824F5;
--lavender-600: #8B0AD6;
--lavender-700: #6F08AA;
--lavender-800: #4F067A;
--lavender-900: #33044E;
--lavender-950: #200231;
}