Lavender
#D5C4F7
PurpleColor Codes
All color formats for development
HEX
#D5C4F7RGB
rgb(213, 196, 247)HSL
hsl(260, 76%, 87%)OKLCH
oklch(0.851 0.072 300.1)CMYK
cmyk(14%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BA9EF2
2#9E77EC
3#8250E7
4#6628E2
5#531BC3
6#42159C
7#321075
8#210B4E
9#110527
Tints
Lighter variations
1#DACAF8
2#DED0F9
3#E2D6F9
4#E6DCFA
5#EAE2FB
6#EEE8FC
7#F3EDFD
8#F7F3FD
9#FBF9FE
Tones
Muted variations
1#D6C7F5
2#D7CAF2
3#D8CCEF
4#D9CFED
5#DAD1EA
6#DAD4E8
7#DBD6E5
8#DCD9E3
9#DDDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C5 #D5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B598 #B598F1 | BordersInactive statesPlaceholder text |
| 400 | 8F62 #8F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 6F35 #6F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 541B #541BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4315 #43159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300F #300F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E0A #1E0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1306 #13062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F2FD;
--lavender-100: #E9E0FB;
--lavender-200: #D5C5F7;
--lavender-300: #B598F1;
--lavender-400: #8F62EA;
--lavender-500: #6F35E3;
--lavender-600: #541BC5;
--lavender-700: #43159D;
--lavender-800: #300F70;
--lavender-900: #1E0A48;
--lavender-950: #13062D;
}