Lavender
#D6C4F8
PurpleColor Codes
All color formats for development
HEX
#D6C4F8RGB
rgb(214, 196, 248)HSL
hsl(261, 79%, 87%)OKLCH
oklch(0.852 0.074 300.7)CMYK
cmyk(14%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB9CF3
2#9F74EF
3#844DEA
4#6825E5
5#5517C7
6#44139F
7#330E77
8#22094F
9#110528
Tints
Lighter variations
1#DACAF9
2#DED0F9
3#E2D5FA
4#E6DBFB
5#EAE1FC
6#EFE7FC
7#F3EDFD
8#F7F3FE
9#FBF9FE
Tones
Muted variations
1#D7C6F5
2#D8C9F3
3#D8CCF0
4#D9CEEE
5#DAD1EB
6#DBD3E8
7#DBD6E6
8#DCD9E3
9#DDDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C4 #D6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B696 #B696F3 | BordersInactive statesPlaceholder text |
| 400 | 915F #915FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7132 #7132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5618 #5618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4413 #4413A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310D #310D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F09 #1F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1305 #13052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F1FD;
--lavender-100: #E9DFFB;
--lavender-200: #D6C4F8;
--lavender-300: #B696F3;
--lavender-400: #915FEC;
--lavender-500: #7132E7;
--lavender-600: #5618C9;
--lavender-700: #4413A0;
--lavender-800: #310D72;
--lavender-900: #1F0949;
--lavender-950: #13052E;
}