Lavender
#DDBDFF
PurpleColor Codes
All color formats for development
HEX
#DDBDFFRGB
rgb(221, 189, 255)HSL
hsl(269, 100%, 87%)OKLCH
oklch(0.848 0.096 306.5)CMYK
cmyk(13%, 26%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C690FF
2#AF64FF
3#9838FF
4#810BFF
5#6B00DE
6#5600B1
7#400085
8#2B0059
9#15002C
Tints
Lighter variations
1#E0C3FF
2#E4CAFF
3#E7D1FF
4#EAD7FF
5#EEDEFF
6#F1E4FF
7#F5EBFF
8#F8F2FF
9#FCF8FF
Tones
Muted variations
1#DDC0FC
2#DDC3F8
3#DDC7F5
4#DDCAF2
5#DDCDEE
6#DDD1EB
7#DED4E8
8#DED7E4
9#DEDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDB #EDDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBD #DDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C28A #C28AFF | BordersInactive statesPlaceholder text |
| 400 | A34D #A34DFF | Disabled statesSecondary iconsMuted text |
| 500 | 881A #881AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 6C00 #6C00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5600 #5600B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E00 #3E0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2700 #270052 | Primary textHigh emphasis contentDark headings |
| 950 | 1900 #190033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F7F0FF;
--lavender-100: #EDDBFF;
--lavender-200: #DDBDFF;
--lavender-300: #C28AFF;
--lavender-400: #A34DFF;
--lavender-500: #881AFF;
--lavender-600: #6C00E0;
--lavender-700: #5600B3;
--lavender-800: #3E0080;
--lavender-900: #270052;
--lavender-950: #190033;
}