Lavender
#D7BDFE
PurpleColor Codes
All color formats for development
HEX
#D7BDFERGB
rgb(215, 189, 254)HSL
hsl(264, 97%, 87%)OKLCH
oklch(0.842 0.093 302.7)CMYK
cmyk(15%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD92FD
2#A266FD
3#883BFC
4#6D0FFB
5#5903DB
6#4803AF
7#360283
8#240157
9#12012C
Tints
Lighter variations
1#DBC4FE
2#DFCBFE
3#E3D1FE
4#E7D8FE
5#EBDEFF
6#EFE5FF
7#F3EBFF
8#F7F2FF
9#FBF8FF
Tones
Muted variations
1#D8C1FB
2#D9C4F8
3#D9C7F4
4#DACBF1
5#DBCEEE
6#DBD1EB
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 | D7BE #D7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B98B #B98BFD | BordersInactive statesPlaceholder text |
| 400 | 944F #944FFC | Disabled statesSecondary iconsMuted text |
| 500 | 761D #761DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A03 #5A03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4803 #4803B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3302 #33027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2101 #210150 | 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: #D7BEFE;
--lavender-300: #B98BFD;
--lavender-400: #944FFC;
--lavender-500: #761DFC;
--lavender-600: #5A03DD;
--lavender-700: #4803B0;
--lavender-800: #33027E;
--lavender-900: #210150;
--lavender-950: #150132;
}