Lavender
#D9BEFE
PurpleColor Codes
All color formats for development
HEX
#D9BEFERGB
rgb(217, 190, 254)HSL
hsl(265, 97%, 87%)OKLCH
oklch(0.846 0.092 303.8)CMYK
cmyk(15%, 25%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BF92FD
2#A566FD
3#8B3BFC
4#710FFB
5#5D03DB
6#4A03AF
7#380283
8#250157
9#13012C
Tints
Lighter variations
1#DCC4FE
2#E0CBFE
3#E4D1FE
4#E8D8FE
5#ECDEFF
6#F0E5FF
7#F3EBFF
8#F7F2FF
9#FBF8FF
Tones
Muted variations
1#D9C1FB
2#DAC4F8
3#DAC7F4
4#DBCBF1
5#DBCEEE
6#DCD1EB
7#DCD4E7
8#DDD7E4
9#DDDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BE #D8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | BB8B #BB8BFD | BordersInactive statesPlaceholder text |
| 400 | 974F #974FFC | Disabled statesSecondary iconsMuted text |
| 500 | 7A1D #7A1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E03 #5E03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B03 #4B03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3502 #35027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2201 #220150 | Primary textHigh emphasis contentDark headings |
| 950 | 1501 #150132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F0FF;
--lavender-100: #EADCFE;
--lavender-200: #D8BEFE;
--lavender-300: #BB8BFD;
--lavender-400: #974FFC;
--lavender-500: #7A1DFC;
--lavender-600: #5E03DD;
--lavender-700: #4B03B0;
--lavender-800: #35027E;
--lavender-900: #220150;
--lavender-950: #150132;
}