Lavender
#DBBFFD
PurpleColor Codes
All color formats for development
HEX
#DBBFFDRGB
rgb(219, 191, 253)HSL
hsl(267, 94%, 87%)OKLCH
oklch(0.849 0.09 305.1)CMYK
cmyk(13%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C294FC
2#AA69FA
3#923EF9
4#7A13F8
5#6407D7
6#5005AC
7#3C0481
8#280356
9#14012B
Tints
Lighter variations
1#DEC5FD
2#E2CCFD
3#E6D2FE
4#E9D8FE
5#EDDFFE
6#F0E5FE
7#F4ECFE
8#F8F2FF
9#FBF9FF
Tones
Muted variations
1#DBC2FA
2#DBC5F7
3#DCC8F4
4#DCCBF1
5#DCCEED
6#DDD1EA
7#DDD5E7
8#DDD8E4
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBDC #EBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBBF #DBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8D #BF8DFB | BordersInactive statesPlaceholder text |
| 400 | 9D52 #9D52FA | Disabled statesSecondary iconsMuted text |
| 500 | 8120 #8120F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6607 #6607DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5105 #5105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A04 #3A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2502 #25024F | Primary textHigh emphasis contentDark headings |
| 950 | 1702 #170231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F0FF;
--lavender-100: #EBDCFE;
--lavender-200: #DBBFFD;
--lavender-300: #BF8DFB;
--lavender-400: #9D52FA;
--lavender-500: #8120F8;
--lavender-600: #6607DA;
--lavender-700: #5105AD;
--lavender-800: #3A047C;
--lavender-900: #25024F;
--lavender-950: #170231;
}