Lavender
#D4BDFF
PurpleColor Codes
All color formats for development
HEX
#D4BDFFRGB
rgb(212, 189, 255)HSL
hsl(261, 100%, 87%)OKLCH
oklch(0.84 0.094 300.4)CMYK
cmyk(17%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B790FF
2#9A64FF
3#7D38FF
4#610BFF
5#4E00DE
6#3E00B1
7#2F0085
8#1F0059
9#10002C
Tints
Lighter variations
1#D8C3FF
2#DDCAFF
3#E1D1FF
4#E5D7FF
5#E9DEFF
6#EEE4FF
7#F2EBFF
8#F6F2FF
9#FBF8FF
Tones
Muted variations
1#D5C0FC
2#D6C3F8
3#D7C7F5
4#D8CAF2
5#D9CDEE
6#DAD1EB
7#DBD4E8
8#DCD7E4
9#DDDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DB #E8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BD #D4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B38A #B38AFF | BordersInactive statesPlaceholder text |
| 400 | 8B4D #8B4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 6A1A #6A1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F00 #4F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E00 #3E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D00 #2D0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D00 #1D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1200 #120033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F0FF;
--lavender-100: #E8DBFF;
--lavender-200: #D4BDFF;
--lavender-300: #B38AFF;
--lavender-400: #8B4DFF;
--lavender-500: #6A1AFF;
--lavender-600: #4F00E0;
--lavender-700: #3E00B3;
--lavender-800: #2D0080;
--lavender-900: #1D0052;
--lavender-950: #120033;
}