Lavender
#DFC3F9
PurpleColor Codes
All color formats for development
HEX
#DFC3F9RGB
rgb(223, 195, 249)HSL
hsl(271, 82%, 87%)OKLCH
oklch(0.858 0.079 308.2)CMYK
cmyk(10%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C99AF5
2#B472F1
3#9E4AED
4#8821E9
5#7214CA
6#5B10A2
7#440C79
8#2E0851
9#170428
Tints
Lighter variations
1#E2C9FA
2#E5CFFA
3#E8D5FB
4#ECDBFB
5#EFE1FC
6#F2E7FD
7#F5EDFD
8#F9F3FE
9#FCF9FE
Tones
Muted variations
1#DFC5F6
2#DFC8F4
3#DECBF1
4#DECEEE
5#DED0EB
6#DED3E9
7#DED6E6
8#DED8E3
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC3 #DFC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C694 #C694F4 | BordersInactive statesPlaceholder text |
| 400 | A85D #A85DEF | Disabled statesSecondary iconsMuted text |
| 500 | 8F2E #8F2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7314 #7314CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C10 #5C10A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410B #410B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A07 #2A074A | Primary textHigh emphasis contentDark headings |
| 950 | 1A05 #1A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F1FE;
--lavender-100: #EEDFFC;
--lavender-200: #DFC3F9;
--lavender-300: #C694F4;
--lavender-400: #A85DEF;
--lavender-500: #8F2EEA;
--lavender-600: #7314CC;
--lavender-700: #5C10A2;
--lavender-800: #410B74;
--lavender-900: #2A074A;
--lavender-950: #1A052E;
}