Lavender
#E6C2F9
PurpleColor Codes
All color formats for development
HEX
#E6C2F9RGB
rgb(230, 194, 249)HSL
hsl(279, 82%, 87%)OKLCH
oklch(0.863 0.084 313.9)CMYK
cmyk(8%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D59AF5
2#C572F1
3#B44AED
4#A321E9
5#8A14CA
6#6F10A2
7#530C79
8#370851
9#1C0428
Tints
Lighter variations
1#E9C9FA
2#EBCFFA
3#EED5FB
4#F0DBFB
5#F3E1FC
6#F5E7FD
7#F8EDFD
8#FAF3FE
9#FDF9FE
Tones
Muted variations
1#E5C5F6
2#E4C8F4
3#E4CBF1
4#E3CEEE
5#E2D0EB
6#E1D3E9
7#E0D6E6
8#DFD8E3
9#DFDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DF #F2DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C3 #E6C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | D394 #D394F4 | BordersInactive statesPlaceholder text |
| 400 | BC5D #BC5DEF | Disabled statesSecondary iconsMuted text |
| 500 | A82E #A82EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C14 #8C14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F10 #6F10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F0B #4F0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3307 #33074A | Primary textHigh emphasis contentDark headings |
| 950 | 2005 #20052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F9F1FE;
--lavender-100: #F2DFFC;
--lavender-200: #E6C3F9;
--lavender-300: #D394F4;
--lavender-400: #BC5DEF;
--lavender-500: #A82EEA;
--lavender-600: #8C14CC;
--lavender-700: #6F10A2;
--lavender-800: #4F0B74;
--lavender-900: #33074A;
--lavender-950: #20052E;
}