Lavender
#DCC6F6
PurpleColor Codes
All color formats for development
HEX
#DCC6F6RGB
rgb(220, 198, 246)HSL
hsl(268, 73%, 87%)OKLCH
oklch(0.86 0.069 305.8)CMYK
cmyk(11%, 20%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C59FF0
2#AE79EA
3#9653E4
4#7F2CDE
5#6A1EC0
6#54189A
7#3F1273
8#2A0C4D
9#150626
Tints
Lighter variations
1#E0CBF7
2#E3D1F8
3#E7D7F9
4#EADDFA
5#EEE2FB
6#F1E8FB
7#F5EEFC
8#F8F4FD
9#FCF9FE
Tones
Muted variations
1#DCC8F4
2#DDCAF1
3#DDCDEF
4#DDCFEC
5#DDD2EA
6#DDD4E8
7#DDD7E5
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 #ECE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC6 #DCC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | C19A #C19AEF | BordersInactive statesPlaceholder text |
| 400 | A165 #A165E7 | Disabled statesSecondary iconsMuted text |
| 500 | 8738 #8738E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6B1E #6B1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5518 #55189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3D11 #3D116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 270B #270B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1807 #18072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F2FD;
--lavender-100: #ECE0FA;
--lavender-200: #DCC6F6;
--lavender-300: #C19AEF;
--lavender-400: #A165E7;
--lavender-500: #8738E0;
--lavender-600: #6B1EC2;
--lavender-700: #55189A;
--lavender-800: #3D116E;
--lavender-900: #270B47;
--lavender-950: #18072C;
}