Lavender
#DEC4F8
PurpleColor Codes
All color formats for development
HEX
#DEC4F8RGB
rgb(222, 196, 248)HSL
hsl(270, 79%, 87%)OKLCH
oklch(0.859 0.076 307.5)CMYK
cmyk(10%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C89CF3
2#B174EF
3#9B4DEA
4#8525E5
5#6F17C7
6#59139F
7#430E77
8#2C094F
9#160528
Tints
Lighter variations
1#E1CAF9
2#E4D0F9
3#E8D5FA
4#EBDBFB
5#EEE1FC
6#F2E7FC
7#F5EDFD
8#F8F3FE
9#FCF9FE
Tones
Muted variations
1#DEC6F5
2#DEC9F3
3#DECCF0
4#DECEEE
5#DED1EB
6#DED3E8
7#DED6E6
8#DED9E3
9#DEDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC4 #DEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C496 #C496F3 | BordersInactive statesPlaceholder text |
| 400 | A65F #A65FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8C32 #8C32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7018 #7018C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5913 #5913A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400D #400D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2909 #290949 | Primary textHigh emphasis contentDark headings |
| 950 | 1A05 #1A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F1FD;
--lavender-100: #EDDFFB;
--lavender-200: #DEC4F8;
--lavender-300: #C496F3;
--lavender-400: #A65FEC;
--lavender-500: #8C32E7;
--lavender-600: #7018C9;
--lavender-700: #5913A0;
--lavender-800: #400D72;
--lavender-900: #290949;
--lavender-950: #1A052E;
}