Lavender
#E6C6F6
PurpleColor Codes
All color formats for development
HEX
#E6C6F6RGB
rgb(230, 198, 246)HSL
hsl(280, 73%, 87%)OKLCH
oklch(0.869 0.074 314.4)CMYK
cmyk(7%, 20%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D59FF0
2#C479EA
3#B453E4
4#A32CDE
5#8A1EC0
6#6E189A
7#531273
8#370C4D
9#1C0626
Tints
Lighter variations
1#E8CBF7
2#EBD1F8
3#EDD7F9
4#F0DDFA
5#F2E2FB
6#F5E8FB
7#F7EEFC
8#FAF4FD
9#FCF9FE
Tones
Muted variations
1#E5C8F4
2#E4CAF1
3#E3CDEF
4#E3CFEC
5#E2D2EA
6#E1D4E8
7#E0D7E5
8#DFD9E3
9#DFDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F2 #F9F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1E0 #F1E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C6 #E6C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | D39A #D39AEF | BordersInactive statesPlaceholder text |
| 400 | BB65 #BB65E7 | Disabled statesSecondary iconsMuted text |
| 500 | A838 #A838E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C1E #8C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F18 #6F189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F11 #4F116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 330B #330B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2007 #20072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F2FD;
--lavender-100: #F1E0FA;
--lavender-200: #E6C6F6;
--lavender-300: #D39AEF;
--lavender-400: #BB65E7;
--lavender-500: #A838E0;
--lavender-600: #8C1EC2;
--lavender-700: #6F189A;
--lavender-800: #4F116E;
--lavender-900: #330B47;
--lavender-950: #20072C;
}