Lavender
#DFC4F7
PurpleColor Codes
All color formats for development
HEX
#DFC4F7RGB
rgb(223, 196, 247)HSL
hsl(272, 76%, 87%)OKLCH
oklch(0.859 0.075 308.8)CMYK
cmyk(10%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CA9EF2
2#B577EC
3#A050E7
4#8B28E2
5#751BC3
6#5D159C
7#461075
8#2F0B4E
9#170527
Tints
Lighter variations
1#E3CAF8
2#E6D0F9
3#E9D6F9
4#ECDCFA
5#EFE2FB
6#F2E8FC
7#F6EDFD
8#F9F3FD
9#FCF9FE
Tones
Muted variations
1#DFC7F5
2#DFCAF2
3#DFCCEF
4#DFCFED
5#DFD1EA
6#DFD4E8
7#DED6E5
8#DED9E3
9#DEDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEE0 #EEE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C5 #E0C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C798 #C798F1 | BordersInactive statesPlaceholder text |
| 400 | AA62 #AA62EA | Disabled statesSecondary iconsMuted text |
| 500 | 9235 #9235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 761B #761BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E15 #5E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430F #430F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B0A #2B0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1B06 #1B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F2FD;
--lavender-100: #EEE0FB;
--lavender-200: #E0C5F7;
--lavender-300: #C798F1;
--lavender-400: #AA62EA;
--lavender-500: #9235E3;
--lavender-600: #761BC5;
--lavender-700: #5E159D;
--lavender-800: #430F70;
--lavender-900: #2B0A48;
--lavender-950: #1B062D;
}