Lavender
#D4C3F8
PurpleColor Codes
All color formats for development
HEX
#D4C3F8RGB
rgb(212, 195, 248)HSL
hsl(259, 79%, 87%)OKLCH
oklch(0.849 0.075 299.5)CMYK
cmyk(15%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B89CF3
2#9B74EF
3#7E4DEA
4#6225E5
5#4F17C7
6#3F139F
7#2F0E77
8#20094F
9#100528
Tints
Lighter variations
1#D9CAF9
2#DDD0F9
3#E1D5FA
4#E5DBFB
5#EAE1FC
6#EEE7FC
7#F2EDFD
8#F6F3FE
9#FBF9FE
Tones
Muted variations
1#D5C6F5
2#D6C9F3
3#D7CCF0
4#D8CEEE
5#D9D1EB
6#DAD3E8
7#DBD6E6
8#DCD9E3
9#DDDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C4 #D4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B396 #B396F3 | BordersInactive statesPlaceholder text |
| 400 | 8C5F #8C5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 6B32 #6B32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5018 #5018C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F13 #3F13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D0D #2D0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D09 #1D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1205 #12052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F1FD;
--lavender-100: #E8DFFB;
--lavender-200: #D4C4F8;
--lavender-300: #B396F3;
--lavender-400: #8C5FEC;
--lavender-500: #6B32E7;
--lavender-600: #5018C9;
--lavender-700: #3F13A0;
--lavender-800: #2D0D72;
--lavender-900: #1D0949;
--lavender-950: #12052E;
}