Lavender
#E7C0FC
PurpleColor Codes
All color formats for development
HEX
#E7C0FCRGB
rgb(231, 192, 252)HSL
hsl(279, 91%, 87%)OKLCH
oklch(0.861 0.091 313.6)CMYK
cmyk(8%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D795FA
2#C76BF8
3#B741F6
4#A616F4
5#8D0AD4
6#7108A9
7#55067F
8#380455
9#1C022A
Tints
Lighter variations
1#E9C6FC
2#ECCCFD
3#EED3FD
4#F1D9FD
5#F3DFFE
6#F5E6FE
7#F8ECFE
8#FAF2FE
9#FDF9FF
Tones
Muted variations
1#E6C3F9
2#E5C6F6
3#E4C9F3
4#E3CCF0
5#E2CFED
6#E1D2EA
7#E1D5E7
8#E0D8E4
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C0 #E7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D48F #D48FFA | BordersInactive statesPlaceholder text |
| 400 | BE55 #BE55F7 | Disabled statesSecondary iconsMuted text |
| 500 | AC24 #AC24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8F0A #8F0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7208 #7208AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5106 #51067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3404 #34044E | 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: #F2DDFD;
--lavender-200: #E7C0FC;
--lavender-300: #D48FFA;
--lavender-400: #BE55F7;
--lavender-500: #AC24F5;
--lavender-600: #8F0AD6;
--lavender-700: #7208AA;
--lavender-800: #51067A;
--lavender-900: #34044E;
--lavender-950: #200231;
}