Lavender
#DBC4F8
PurpleColor Codes
All color formats for development
HEX
#DBC4F8RGB
rgb(219, 196, 248)HSL
hsl(267, 79%, 87%)OKLCH
oklch(0.856 0.075 305)CMYK
cmyk(12%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C39CF3
2#AB74EF
3#934DEA
4#7B25E5
5#6617C7
6#52139F
7#3D0E77
8#29094F
9#140528
Tints
Lighter variations
1#DFCAF9
2#E2D0F9
3#E6D5FA
4#EADBFB
5#EDE1FC
6#F1E7FC
7#F4EDFD
8#F8F3FE
9#FBF9FE
Tones
Muted variations
1#DBC6F5
2#DCC9F3
3#DCCCF0
4#DCCEEE
5#DDD1EB
6#DDD3E8
7#DDD6E6
8#DDD9E3
9#DEDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC4 #DBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C096 #C096F3 | BordersInactive statesPlaceholder text |
| 400 | 9F5F #9F5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 8332 #8332E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6718 #6718C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5213 #5213A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0D #3B0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2609 #260949 | Primary textHigh emphasis contentDark headings |
| 950 | 1705 #17052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F1FD;
--lavender-100: #ECDFFB;
--lavender-200: #DBC4F8;
--lavender-300: #C096F3;
--lavender-400: #9F5FEC;
--lavender-500: #8332E7;
--lavender-600: #6718C9;
--lavender-700: #5213A0;
--lavender-800: #3B0D72;
--lavender-900: #260949;
--lavender-950: #17052E;
}