Lavender
#DBBEFE
PurpleColor Codes
All color formats for development
HEX
#DBBEFERGB
rgb(219, 190, 254)HSL
hsl(267, 97%, 87%)OKLCH
oklch(0.848 0.093 305.2)CMYK
cmyk(14%, 25%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C292FD
2#AA66FD
3#923BFC
4#790FFB
5#6403DB
6#5003AF
7#3C0283
8#280157
9#14012C
Tints
Lighter variations
1#DEC4FE
2#E2CBFE
3#E6D1FE
4#E9D8FE
5#EDDEFF
6#F0E5FF
7#F4EBFF
8#F8F2FF
9#FBF8FF
Tones
Muted variations
1#DBC1FB
2#DBC4F8
3#DCC7F4
4#DCCBF1
5#DCCEEE
6#DDD1EB
7#DDD4E7
8#DDD7E4
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 | DBBE #DBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BF8B #BF8BFD | BordersInactive statesPlaceholder text |
| 400 | 9D4F #9D4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 811D #811DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 6503 #6503DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5103 #5103B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A02 #3A027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2501 #250150 | Primary textHigh emphasis contentDark headings |
| 950 | 1701 #170132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F0FF;
--lavender-100: #EBDCFE;
--lavender-200: #DBBEFE;
--lavender-300: #BF8BFD;
--lavender-400: #9D4FFC;
--lavender-500: #811DFC;
--lavender-600: #6503DD;
--lavender-700: #5103B0;
--lavender-800: #3A027E;
--lavender-900: #250150;
--lavender-950: #170132;
}