Lavender
#DEC5F7
PurpleColor Codes
All color formats for development
HEX
#DEC5F7RGB
rgb(222, 197, 247)HSL
hsl(270, 76%, 87%)OKLCH
oklch(0.86 0.073 307.5)CMYK
cmyk(10%, 20%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C89EF2
2#B177EC
3#9B50E7
4#8528E2
5#6F1BC3
6#59159C
7#431075
8#2C0B4E
9#160527
Tints
Lighter variations
1#E1CAF8
2#E4D0F9
3#E8D6F9
4#EBDCFA
5#EEE2FB
6#F2E8FC
7#F5EDFD
8#F8F3FD
9#FCF9FE
Tones
Muted variations
1#DEC7F5
2#DECAF2
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 | F7F2 #F7F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDE0 #EDE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC5 #DEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C498 #C498F1 | BordersInactive statesPlaceholder text |
| 400 | A662 #A662EA | Disabled statesSecondary iconsMuted text |
| 500 | 8C35 #8C35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 701B #701BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5915 #59159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400F #400F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 290A #290A48 | 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: #F7F2FD;
--lavender-100: #EDE0FB;
--lavender-200: #DEC5F7;
--lavender-300: #C498F1;
--lavender-400: #A662EA;
--lavender-500: #8C35E3;
--lavender-600: #701BC5;
--lavender-700: #59159D;
--lavender-800: #400F70;
--lavender-900: #290A48;
--lavender-950: #1A062D;
}