Lavender
#D1C4F8
PurpleColor Codes
All color formats for development
HEX
#D1C4F8RGB
rgb(209, 196, 248)HSL
hsl(255, 79%, 87%)OKLCH
oklch(0.848 0.073 296.3)CMYK
cmyk(16%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B29CF3
2#9374EF
3#744DEA
4#5525E5
5#4317C7
6#36139F
7#280E77
8#1B094F
9#0D0528
Tints
Lighter variations
1#D5CAF9
2#DAD0F9
3#DFD5FA
4#E3DBFB
5#E8E1FC
6#EDE7FC
7#F1EDFD
8#F6F3FE
9#FAF9FE
Tones
Muted variations
1#D2C6F5
2#D3C9F3
3#D5CCF0
4#D6CEEE
5#D7D1EB
6#D9D3E8
7#DAD6E6
8#DBD9E3
9#DDDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C4 #D1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD96 #AD96F3 | BordersInactive statesPlaceholder text |
| 400 | 825F #825FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5F32 #5F32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4418 #4418C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3613 #3613A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 270D #270D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1909 #190949 | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F1FD;
--lavender-100: #E6DFFB;
--lavender-200: #D1C4F8;
--lavender-300: #AD96F3;
--lavender-400: #825FEC;
--lavender-500: #5F32E7;
--lavender-600: #4418C9;
--lavender-700: #3613A0;
--lavender-800: #270D72;
--lavender-900: #190949;
--lavender-950: #0F052E;
}