Lavender
#D7C3F8
PurpleColor Codes
All color formats for development
HEX
#D7C3F8RGB
rgb(215, 195, 248)HSL
hsl(263, 79%, 87%)OKLCH
oklch(0.851 0.076 302)CMYK
cmyk(13%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD9CF3
2#A374EF
3#894DEA
4#6F25E5
5#5A17C7
6#48139F
7#360E77
8#24094F
9#120528
Tints
Lighter variations
1#DCCAF9
2#E0D0F9
3#E4D5FA
4#E7DBFB
5#EBE1FC
6#EFE7FC
7#F3EDFD
8#F7F3FE
9#FBF9FE
Tones
Muted variations
1#D8C6F5
2#D9C9F3
3#DACCF0
4#DACEEE
5#DBD1EB
6#DBD3E8
7#DCD6E6
8#DDD9E3
9#DDDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C4 #D8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BA96 #BA96F3 | BordersInactive statesPlaceholder text |
| 400 | 955F #955FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7732 #7732E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C18 #5C18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4913 #4913A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340D #340D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2109 #210949 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F1FD;
--lavender-100: #EADFFB;
--lavender-200: #D8C4F8;
--lavender-300: #BA96F3;
--lavender-400: #955FEC;
--lavender-500: #7732E7;
--lavender-600: #5C18C9;
--lavender-700: #4913A0;
--lavender-800: #340D72;
--lavender-900: #210949;
--lavender-950: #15052E;
}