Lavender
#DBC4F7
PurpleColor Codes
All color formats for development
HEX
#DBC4F7RGB
rgb(219, 196, 247)HSL
hsl(267, 76%, 87%)OKLCH
oklch(0.856 0.074 305.4)CMYK
cmyk(11%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C39EF2
2#AC77EC
3#9450E7
4#7C28E2
5#661BC3
6#52159C
7#3D1075
8#290B4E
9#140527
Tints
Lighter variations
1#DFCAF8
2#E2D0F9
3#E6D6F9
4#EADCFA
5#EDE2FB
6#F1E8FC
7#F4EDFD
8#F8F3FD
9#FBF9FE
Tones
Muted variations
1#DCC7F5
2#DCCAF2
3#DCCCEF
4#DCCFED
5#DDD1EA
6#DDD4E8
7#DDD6E5
8#DDD9E3
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 | DBC5 #DBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C098 #C098F1 | BordersInactive statesPlaceholder text |
| 400 | 9F62 #9F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 8435 #8435E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 681B #681BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5215 #52159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0F #3B0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 260A #260A48 | 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: #DBC5F7;
--lavender-300: #C098F1;
--lavender-400: #9F62EA;
--lavender-500: #8435E3;
--lavender-600: #681BC5;
--lavender-700: #52159D;
--lavender-800: #3B0F70;
--lavender-900: #260A48;
--lavender-950: #18062D;
}