Lavender
#DCBDFF
PurpleColor Codes
All color formats for development
HEX
#DCBDFFRGB
rgb(220, 189, 255)HSL
hsl(268, 100%, 87%)OKLCH
oklch(0.847 0.096 305.9)CMYK
cmyk(14%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C490FF
2#AC64FF
3#9538FF
4#7D0BFF
5#6800DE
6#5300B1
7#3E0085
8#290059
9#15002C
Tints
Lighter variations
1#DFC3FF
2#E3CAFF
3#E6D1FF
4#EAD7FF
5#EDDEFF
6#F1E4FF
7#F4EBFF
8#F8F2FF
9#FBF8FF
Tones
Muted variations
1#DCC0FC
2#DCC3F8
3#DCC7F5
4#DDCAF2
5#DDCDEE
6#DDD1EB
7#DDD4E8
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 | ECDB #ECDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBD #DCBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C08A #C08AFF | BordersInactive statesPlaceholder text |
| 400 | A04D #A04DFF | Disabled statesSecondary iconsMuted text |
| 500 | 851A #851AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6900 #6900E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5300 #5300B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C00 #3C0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2600 #260052 | Primary textHigh emphasis contentDark headings |
| 950 | 1800 #180033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F0FF;
--lavender-100: #ECDBFF;
--lavender-200: #DCBDFF;
--lavender-300: #C08AFF;
--lavender-400: #A04DFF;
--lavender-500: #851AFF;
--lavender-600: #6900E0;
--lavender-700: #5300B3;
--lavender-800: #3C0080;
--lavender-900: #260052;
--lavender-950: #180033;
}