Lavender
#DCC5F7
PurpleColor Codes
All color formats for development
HEX
#DCC5F7RGB
rgb(220, 197, 247)HSL
hsl(268, 76%, 87%)OKLCH
oklch(0.859 0.072 305.8)CMYK
cmyk(11%, 20%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C59EF2
2#AE77EC
3#9650E7
4#7F28E2
5#691BC3
6#54159C
7#3F1075
8#2A0B4E
9#150527
Tints
Lighter variations
1#E0CAF8
2#E3D0F9
3#E7D6F9
4#EADCFA
5#EEE2FB
6#F1E8FC
7#F5EDFD
8#F8F3FD
9#FCF9FE
Tones
Muted variations
1#DCC7F5
2#DDCAF2
3#DDCCEF
4#DDCFED
5#DDD1EA
6#DDD4E8
7#DDD6E5
8#DED9E3
9#DEDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECE0 #ECE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC5 #DCC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C198 #C198F1 | BordersInactive statesPlaceholder text |
| 400 | A162 #A162EA | Disabled statesSecondary iconsMuted text |
| 500 | 8635 #8635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6B1B #6B1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5515 #55159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D0F #3D0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 270A #270A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F2FD;
--lavender-100: #ECE0FB;
--lavender-200: #DCC5F7;
--lavender-300: #C198F1;
--lavender-400: #A162EA;
--lavender-500: #8635E3;
--lavender-600: #6B1BC5;
--lavender-700: #55159D;
--lavender-800: #3D0F70;
--lavender-900: #270A48;
--lavender-950: #18062D;
}