Lavender
#DFC5F7
PurpleColor Codes
All color formats for development
HEX
#DFC5F7RGB
rgb(223, 197, 247)HSL
hsl(271, 76%, 87%)OKLCH
oklch(0.861 0.073 308.4)CMYK
cmyk(10%, 20%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C99EF2
2#B377EC
3#9E50E7
4#8828E2
5#721BC3
6#5B159C
7#441075
8#2D0B4E
9#170527
Tints
Lighter variations
1#E2CAF8
2#E5D0F9
3#E8D6F9
4#ECDCFA
5#EFE2FB
6#F2E8FC
7#F5EDFD
8#F9F3FD
9#FCF9FE
Tones
Muted variations
1#DFC7F5
2#DFCAF2
3#DECCEF
4#DECFED
5#DED1EA
6#DED4E8
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 | DFC5 #DFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C698 #C698F1 | BordersInactive statesPlaceholder text |
| 400 | A862 #A862EA | Disabled statesSecondary iconsMuted text |
| 500 | 8F35 #8F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 731B #731BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C15 #5C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410F #410F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A0A #2A0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F8F2FD;
--lavender-100: #EEE0FB;
--lavender-200: #DFC5F7;
--lavender-300: #C698F1;
--lavender-400: #A862EA;
--lavender-500: #8F35E3;
--lavender-600: #731BC5;
--lavender-700: #5C159D;
--lavender-800: #410F70;
--lavender-900: #2A0A48;
--lavender-950: #1A062D;
}