Lavender
#D9C2F9
PurpleColor Codes
All color formats for development
HEX
#D9C2F9RGB
rgb(217, 194, 249)HSL
hsl(265, 82%, 87%)OKLCH
oklch(0.851 0.079 303.8)CMYK
cmyk(13%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C09AF5
2#A772F1
3#8E4AED
4#7421E9
5#6014CA
6#4D10A2
7#390C79
8#260851
9#130428
Tints
Lighter variations
1#DDC9FA
2#E1CFFA
3#E5D5FB
4#E8DBFB
5#ECE1FC
6#F0E7FD
7#F4EDFD
8#F7F3FE
9#FBF9FE
Tones
Muted variations
1#DAC5F6
2#DAC8F4
3#DBCBF1
4#DBCEEE
5#DCD0EB
6#DCD3E9
7#DCD6E6
8#DDD8E3
9#DDDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDF #EBDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C3 #D9C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BC94 #BC94F4 | BordersInactive statesPlaceholder text |
| 400 | 9A5D #9A5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 7D2E #7D2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 6114 #6114CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D10 #4D10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370B #370B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2307 #23074A | 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: #F6F1FE;
--lavender-100: #EBDFFC;
--lavender-200: #D9C3F9;
--lavender-300: #BC94F4;
--lavender-400: #9A5DEF;
--lavender-500: #7D2EEA;
--lavender-600: #6114CC;
--lavender-700: #4D10A2;
--lavender-800: #370B74;
--lavender-900: #23074A;
--lavender-950: #16052E;
}