Lavender
#D9C3F9
PurpleColor Codes
All color formats for development
HEX
#D9C3F9RGB
rgb(217, 195, 249)HSL
hsl(264, 82%, 87%)OKLCH
oklch(0.853 0.077 303.4)CMYK
cmyk(13%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BF9AF5
2#A572F1
3#8B4AED
4#7121E9
5#5D14CA
6#4A10A2
7#380C79
8#250851
9#130428
Tints
Lighter variations
1#DCC9FA
2#E0CFFA
3#E4D5FB
4#E8DBFB
5#ECE1FC
6#F0E7FD
7#F3EDFD
8#F7F3FE
9#FBF9FE
Tones
Muted variations
1#D9C5F6
2#DAC8F4
3#DACBF1
4#DBCEEE
5#DBD0EB
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 | EADF #EADFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C3 #D8C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB94 #BB94F4 | BordersInactive statesPlaceholder text |
| 400 | 975D #975DEF | Disabled statesSecondary iconsMuted text |
| 500 | 792E #792EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E14 #5E14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B10 #4B10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350B #350B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2207 #22074A | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F1FE;
--lavender-100: #EADFFC;
--lavender-200: #D8C3F9;
--lavender-300: #BB94F4;
--lavender-400: #975DEF;
--lavender-500: #792EEA;
--lavender-600: #5E14CC;
--lavender-700: #4B10A2;
--lavender-800: #350B74;
--lavender-900: #22074A;
--lavender-950: #15052E;
}