Lavender
#E6C1FB
PurpleColor Codes
All color formats for development
HEX
#E6C1FBRGB
rgb(230, 193, 251)HSL
hsl(278, 88%, 87%)OKLCH
oklch(0.861 0.088 313.2)CMYK
cmyk(8%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D597F8
2#C46DF6
3#B344F3
4#A21AF0
5#890DD1
6#6E0BA7
7#52087D
8#370553
9#1B032A
Tints
Lighter variations
1#E8C7FB
2#EBCDFC
3#EDD3FC
4#F0DAFD
5#F2E0FD
6#F5E6FD
7#F7ECFE
8#FAF3FE
9#FCF9FF
Tones
Muted variations
1#E5C4F8
2#E4C7F5
3#E3C9F2
4#E3CCEF
5#E2CFEC
6#E1D2EA
7#E0D5E7
8#DFD8E4
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C1 #E6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D291 #D291F8 | BordersInactive statesPlaceholder text |
| 400 | BB57 #BB57F4 | Disabled statesSecondary iconsMuted text |
| 500 | A727 #A727F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0D #8B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E0B #6E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F08 #4F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3205 #32054D | Primary textHigh emphasis contentDark headings |
| 950 | 1F03 #1F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F1FE;
--lavender-100: #F1DDFD;
--lavender-200: #E6C1FB;
--lavender-300: #D291F8;
--lavender-400: #BB57F4;
--lavender-500: #A727F1;
--lavender-600: #8B0DD3;
--lavender-700: #6E0BA8;
--lavender-800: #4F0878;
--lavender-900: #32054D;
--lavender-950: #1F0330;
}