Lavender
#D9C3F8
PurpleColor Codes
All color formats for development
HEX
#D9C3F8RGB
rgb(217, 195, 248)HSL
hsl(265, 79%, 87%)OKLCH
oklch(0.853 0.076 303.7)CMYK
cmyk(13%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C09CF3
2#A774EF
3#8E4DEA
4#7525E5
5#6017C7
6#4D139F
7#3A0E77
8#27094F
9#130528
Tints
Lighter variations
1#DDCAF9
2#E1D0F9
3#E5D5FA
4#E8DBFB
5#ECE1FC
6#F0E7FC
7#F4EDFD
8#F7F3FE
9#FBF9FE
Tones
Muted variations
1#DAC6F5
2#DAC9F3
3#DBCCF0
4#DBCEEE
5#DCD1EB
6#DCD3E8
7#DDD6E6
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 | EBDF #EBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C4 #D9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD96 #BD96F3 | BordersInactive statesPlaceholder text |
| 400 | 9A5F #9A5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 7D32 #7D32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6118 #6118C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D13 #4D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370D #370D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2309 #230949 | Primary textHigh emphasis contentDark headings |
| 950 | 1605 #16052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F1FD;
--lavender-100: #EBDFFB;
--lavender-200: #D9C4F8;
--lavender-300: #BD96F3;
--lavender-400: #9A5FEC;
--lavender-500: #7D32E7;
--lavender-600: #6118C9;
--lavender-700: #4D13A0;
--lavender-800: #370D72;
--lavender-900: #230949;
--lavender-950: #16052E;
}